summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi
diff options
context:
space:
mode:
authorSho Amano <samano@xevo.com>2017-07-29 14:28:36 +0900
committerSho Amano <samano@xevo.com>2017-08-11 10:44:34 +0900
commit394a1a6b46eb19010448e8c9dad6e49186e38b32 (patch)
tree3bf4f3a1885ff45c98812de64dd21dd179dbd37e /src/components/application_manager/src/commands/hmi
parenta51cf183feed320093acd4a471e9eeec77c4a437 (diff)
downloadsdl_core-394a1a6b46eb19010448e8c9dad6e49186e38b32.tar.gz
Add implementation for video streaming parameters
Diffstat (limited to 'src/components/application_manager/src/commands/hmi')
-rw-r--r--src/components/application_manager/src/commands/hmi/navi_set_video_config_request.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/application_manager/src/commands/hmi/navi_set_video_config_request.cc b/src/components/application_manager/src/commands/hmi/navi_set_video_config_request.cc
index 3a832e0255..8a51133b36 100644
--- a/src/components/application_manager/src/commands/hmi/navi_set_video_config_request.cc
+++ b/src/components/application_manager/src/commands/hmi/navi_set_video_config_request.cc
@@ -110,7 +110,7 @@ void NaviSetVideoConfigRequest::on_event(const event_engine::Event& event) {
}
}
}
-// app->OnNaviSetVideoConfigDone(result, rejected_params);
+ app->OnNaviSetVideoConfigDone(result, rejected_params);
break;
}
default:
@@ -129,8 +129,8 @@ void NaviSetVideoConfigRequest::onTimeOut() {
return;
}
-// std::vector<std::string> empty;
-// app->OnNaviSetVideoConfigDone(false, empty);
+ std::vector<std::string> empty;
+ app->OnNaviSetVideoConfigDone(false, empty);
application_manager_.TerminateRequest(
connection_key(), correlation_id(), function_id());