summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/vehicle_info_plugin
diff options
context:
space:
mode:
authorIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2018-06-21 13:53:13 +0300
committerIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2018-06-26 12:49:58 +0300
commit22d3d2e92cb084d4987e52f148b1328e7a843952 (patch)
tree38f2940cb1edf41619446ad2d8bbffcdb33c61df /src/components/application_manager/rpc_plugins/vehicle_info_plugin
parenta69f2dfe4aae58c61ea65ac3915a5dd7cb58e833 (diff)
downloadsdl_core-22d3d2e92cb084d4987e52f148b1328e7a843952.tar.gz
Move new RPCs to sdl_rpc_plugin and make some fixes after rebase
Diffstat (limited to 'src/components/application_manager/rpc_plugins/vehicle_info_plugin')
-rw-r--r--src/components/application_manager/rpc_plugins/vehicle_info_plugin/include/vehicle_info_plugin/vehicle_info_plugin.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/application_manager/rpc_plugins/vehicle_info_plugin/include/vehicle_info_plugin/vehicle_info_plugin.h b/src/components/application_manager/rpc_plugins/vehicle_info_plugin/include/vehicle_info_plugin/vehicle_info_plugin.h
index ee23c8f303..b15b7006e6 100644
--- a/src/components/application_manager/rpc_plugins/vehicle_info_plugin/include/vehicle_info_plugin/vehicle_info_plugin.h
+++ b/src/components/application_manager/rpc_plugins/vehicle_info_plugin/include/vehicle_info_plugin/vehicle_info_plugin.h
@@ -49,8 +49,9 @@ class VehicleInfoPlugin : public plugins::RPCPlugin {
app_mngr::HMICapabilities& hmi_capabilities,
policy::PolicyHandlerInterface& policy_handler) OVERRIDE;
- bool IsAbleToProcess(const int32_t function_id,
- const app_mngr::commands::Command::CommandSource source) OVERRIDE;
+ bool IsAbleToProcess(
+ const int32_t function_id,
+ const app_mngr::commands::Command::CommandSource source) OVERRIDE;
std::string PluginName() OVERRIDE;
app_mngr::CommandFactory& GetCommandFactory() OVERRIDE;