summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/commands/hmi/rc_on_interior_vehicle_data_notification.cc
diff options
context:
space:
mode:
authorIra Lytvynenko <ILytvynenko@luxoft.com>2018-02-09 15:26:05 +0200
committerIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2018-06-26 12:01:45 +0300
commit87abaf17c2f8a7e5b5153b0db3f7c1d03c6d5b5a (patch)
tree26019df5d99063c20e6cad43c367a636343f0c77 /src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/commands/hmi/rc_on_interior_vehicle_data_notification.cc
parentc8e706b2b9613dbe5b8250635d7418596007f75e (diff)
downloadsdl_core-87abaf17c2f8a7e5b5153b0db3f7c1d03c6d5b5a.tar.gz
Add initial impl for rc command factory and fix some rc commands
Add app extension Add reaction on App registraion fix notofying plugins about app registrtion
Diffstat (limited to 'src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/commands/hmi/rc_on_interior_vehicle_data_notification.cc')
-rw-r--r--src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/commands/hmi/rc_on_interior_vehicle_data_notification.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/commands/hmi/rc_on_interior_vehicle_data_notification.cc b/src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/commands/hmi/rc_on_interior_vehicle_data_notification.cc
index c933e7799d..8109a4cdb3 100644
--- a/src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/commands/hmi/rc_on_interior_vehicle_data_notification.cc
+++ b/src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/commands/hmi/rc_on_interior_vehicle_data_notification.cc
@@ -5,10 +5,11 @@ namespace rc_rpc_plugin {
namespace commands {
bool RCOnInteriorVehicleDataNotification::Init() {
- return true;
+ return true;
}
void RCOnInteriorVehicleDataNotification::Run() {}
-void RCOnInteriorVehicleDataNotification::on_event(const application_manager::event_engine::Event& event) {}
+void RCOnInteriorVehicleDataNotification::on_event(
+ const application_manager::event_engine::Event& event) {}
} // namespace commands
} // namespace rc_rpc_plugin