summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kutsan <AKutsan@luxoft.com>2016-08-31 17:02:22 +0300
committerAlexander Kutsan <AKutsan@luxoft.com>2016-08-31 17:02:22 +0300
commitc7cfda12b2f5e646ae249bd70e8e1a9304f3f5a4 (patch)
tree89607a93c84fd91bc53037868c966f9d72b4288f
parent12d4af12d37db596d37a724dc5e92ad464db51bc (diff)
downloadsdl_core-c7cfda12b2f5e646ae249bd70e8e1a9304f3f5a4.tar.gz
fixup! Add ordering of UI and VR infos
-rw-r--r--src/components/application_manager/src/commands/mobile/add_command_request.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/mobile/add_command_request.cc b/src/components/application_manager/src/commands/mobile/add_command_request.cc
index e89be2c288..3b42a2ad9b 100644
--- a/src/components/application_manager/src/commands/mobile/add_command_request.cc
+++ b/src/components/application_manager/src/commands/mobile/add_command_request.cc
@@ -542,7 +542,7 @@ std::string MergeInfos(const std::string& first, const std::string& second) {
return std::string();
}
-const std::__cxx11::string AddCommandRequest::GenerateMobileResponseInfo() {
+const std::string AddCommandRequest::GenerateMobileResponseInfo() {
if (hmi_apis::Common_Result::UNSUPPORTED_RESOURCE == vr_result_) {
return MergeInfos(vr_info_, ui_info_);
}