summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/response_from_hmi.cc
diff options
context:
space:
mode:
authorAndriy Byzhynar <AByzhynar@luxoft.com>2018-01-12 15:14:55 +0200
committerAndriy Byzhynar <AByzhynar@luxoft.com>2018-01-18 12:03:51 +0200
commita56108fabda2fed248778cdb9778c8cd3162b762 (patch)
tree8576b6e3b1dd8197b6db4cdce158c4811c7fba50 /src/components/application_manager/src/commands/hmi/response_from_hmi.cc
parent45f978f112d46fe81ec54d47ae54eb1bf48444cc (diff)
downloadsdl_core-a56108fabda2fed248778cdb9778c8cd3162b762.tar.gz
Add wrappers for deprecated methods
Added wrappers for some deprecated methods Grouped iface checks in SendRegisterAppInterfaceResponseToMobile Removed duplicated "if" statement Improved readability
Diffstat (limited to 'src/components/application_manager/src/commands/hmi/response_from_hmi.cc')
-rw-r--r--src/components/application_manager/src/commands/hmi/response_from_hmi.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/hmi/response_from_hmi.cc b/src/components/application_manager/src/commands/hmi/response_from_hmi.cc
index c5a6dd9d3e..5f5a9deca3 100644
--- a/src/components/application_manager/src/commands/hmi/response_from_hmi.cc
+++ b/src/components/application_manager/src/commands/hmi/response_from_hmi.cc
@@ -48,7 +48,7 @@ ResponseFromHMI::ResponseFromHMI(const MessageSharedPtr& message,
}
// Replace HMI app id with Mobile connection id
- ReplaceHMIWithMobileAppId(*(message.get()));
+ ReplaceHMIByMobileAppId(*message);
}
ResponseFromHMI::~ResponseFromHMI() {}