summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/add_command_response.cc
diff options
context:
space:
mode:
authorIra Lytvynenko <ILytvynenko@luxoft.com>2018-01-26 13:29:38 +0200
committerIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2018-06-26 12:01:42 +0300
commitf83d4759add793398b24cca0ae1dd157d03f648c (patch)
tree6b949862b639f0ab1cb536109377ae77f62177ba /src/components/application_manager/src/commands/mobile/add_command_response.cc
parenta79341d7a35b7d97e239d4908a34b72978d5a821 (diff)
downloadsdl_core-f83d4759add793398b24cca0ae1dd157d03f648c.tar.gz
RPCService implementation
Fix commands UTs
Diffstat (limited to 'src/components/application_manager/src/commands/mobile/add_command_response.cc')
-rw-r--r--src/components/application_manager/src/commands/mobile/add_command_response.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/mobile/add_command_response.cc b/src/components/application_manager/src/commands/mobile/add_command_response.cc
index fc468f9c57..944b2883e8 100644
--- a/src/components/application_manager/src/commands/mobile/add_command_response.cc
+++ b/src/components/application_manager/src/commands/mobile/add_command_response.cc
@@ -32,6 +32,7 @@
*/
#include "application_manager/commands/mobile/add_command_response.h"
+#include "application_manager/rpc_service.h"
namespace application_manager {
@@ -46,7 +47,7 @@ AddCommandResponse::~AddCommandResponse() {}
void AddCommandResponse::Run() {
LOG4CXX_AUTO_TRACE(logger_);
- application_manager_.SendMessageToMobile(message_);
+ application_manager_.GetRPCService().SendMessageToMobile(message_);
}
} // namespace commands