summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands
diff options
context:
space:
mode:
authorAlexander Kutsan <akutsan@luxoft.com>2018-02-07 16:51:39 +0200
committerIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2018-06-26 12:01:43 +0300
commit0e7b196dd678ce3dbb8886633f2f918e3c0068bf (patch)
tree2f06803ffb5b49c9053418ed009bf3bacfa6c830 /src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands
parent26ca4e9a62f31d1c40a25c11e70ba825bf967b8f (diff)
downloadsdl_core-0e7b196dd678ce3dbb8886633f2f918e3c0068bf.tar.gz
Remove all remote controll
Remove commands includes Remove commands includes
Diffstat (limited to 'src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands')
-rw-r--r--src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_exit_application_notification.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_exit_application_notification.cc b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_exit_application_notification.cc
index 4b48650265..96f047f12d 100644
--- a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_exit_application_notification.cc
+++ b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/on_exit_application_notification.cc
@@ -38,9 +38,6 @@
#include "application_manager/rpc_service.h"
#include "interfaces/MOBILE_API.h"
#include "interfaces/HMI_API.h"
-#ifdef SDL_REMOTE_CONTROL
-#include "functional_module/plugin_manager.h"
-#endif // SDL_REMOTE_CONTROL
namespace application_manager {
@@ -65,12 +62,6 @@ void OnExitApplicationNotification::Run() {
LOG4CXX_ERROR(logger_, "Application does not exist");
return;
}
-
-#ifdef SDL_REMOTE_CONTROL
- application_manager_.GetPluginManager().OnApplicationEvent(
- functional_modules::ApplicationEvent::kApplicationExit, app_impl);
-#endif // SDL_REMOTE_CONTROL
-
Common_ApplicationExitReason::eType reason;
reason = static_cast<Common_ApplicationExitReason::eType>(
(*message_)[strings::msg_params][strings::reason].asInt());