summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/sdl_get_status_update_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/hmi/sdl_get_status_update_response.cc')
-rw-r--r--src/components/application_manager/src/commands/hmi/sdl_get_status_update_response.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/hmi/sdl_get_status_update_response.cc b/src/components/application_manager/src/commands/hmi/sdl_get_status_update_response.cc
index 0af7e0217a..b1d3ffec62 100644
--- a/src/components/application_manager/src/commands/hmi/sdl_get_status_update_response.cc
+++ b/src/components/application_manager/src/commands/hmi/sdl_get_status_update_response.cc
@@ -31,6 +31,7 @@
*/
#include "application_manager/commands/hmi/sdl_get_status_update_response.h"
+#include "application_manager/rpc_service.h"
namespace application_manager {
@@ -47,7 +48,7 @@ void SDLGetStatusUpdateResponse::Run() {
(*message_)[strings::params][strings::protocol_type] = hmi_protocol_type_;
(*message_)[strings::params][strings::protocol_version] = protocol_version_;
- application_manager_.SendMessageToHMI(message_);
+ application_manager_.GetRPCService().SendMessageToHMI(message_);
}
} // namespace commands