summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/set_display_layout_request.cc
diff options
context:
space:
mode:
authordtrunov <dtrunov@luxoft.com>2016-10-04 17:44:06 +0300
committerdtrunov <dtrunov@luxoft.com>2016-10-04 17:44:06 +0300
commit333644a3993bede76609a306757d689164bd24b2 (patch)
tree5987892cca290ffe4b1e7a0556d4b140db9c99f7 /src/components/application_manager/src/commands/mobile/set_display_layout_request.cc
parenta2cb12e9de3eb64e590f650d2c45aee82cdfe349 (diff)
downloadsdl_core-333644a3993bede76609a306757d689164bd24b2.tar.gz
Fix comments after review
Add constructor to structure, and reorder parameter in method Related issue [APPLINK-25088](https://adc.luxoft.com/jira/browse/APPLINK-25088)
Diffstat (limited to 'src/components/application_manager/src/commands/mobile/set_display_layout_request.cc')
-rw-r--r--src/components/application_manager/src/commands/mobile/set_display_layout_request.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/mobile/set_display_layout_request.cc b/src/components/application_manager/src/commands/mobile/set_display_layout_request.cc
index 8036692eea..b4122b9210 100644
--- a/src/components/application_manager/src/commands/mobile/set_display_layout_request.cc
+++ b/src/components/application_manager/src/commands/mobile/set_display_layout_request.cc
@@ -76,7 +76,7 @@ void SetDisplayLayoutRequest::on_event(const event_engine::Event& event) {
const bool response_success = PrepareResultForMobileResponse(
result_code, HmiInterfaces::HMI_INTERFACE_UI);
std::string info;
- GetInfo(HmiInterfaces::HMI_INTERFACE_UI, result_code, info, message);
+ GetInfo(HmiInterfaces::HMI_INTERFACE_UI, result_code, message, info);
smart_objects::SmartObject msg_params = message[strings::msg_params];
if (response_success) {
HMICapabilities& hmi_capabilities =