aboutsummaryrefslogtreecommitdiff
path: root/osp/impl/presentation/presentation_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'osp/impl/presentation/presentation_controller.cc')
-rw-r--r--osp/impl/presentation/presentation_controller.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/osp/impl/presentation/presentation_controller.cc b/osp/impl/presentation/presentation_controller.cc
index de10290b..fa62a3df 100644
--- a/osp/impl/presentation/presentation_controller.cc
+++ b/osp/impl/presentation/presentation_controller.cc
@@ -679,8 +679,8 @@ ErrorOr<size_t> Controller::TerminationListener::OnStreamMessage(
// static
std::string Controller::MakePresentationId(const std::string& url,
const std::string& service_id) {
- OSP_UNIMPLEMENTED();
- // TODO(btolsch): This is just a placeholder for the demo.
+ // TODO(btolsch): This is just a placeholder for the demo. It should
+ // eventually become a GUID/unguessable token routine.
std::string safe_id = service_id;
for (auto& c : safe_id)
if (c < ' ' || c > '~')