summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/vehicle_info_plugin/include/vehicle_info_plugin
diff options
context:
space:
mode:
authorOleksandr Lohvinenko (GitHub) <OLohvinenko@luxoft.com>2018-05-24 15:49:34 +0300
committerIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2018-06-26 12:01:47 +0300
commit8249bb1976e3c46739aeedb6e1f0e3c21d1eb5e3 (patch)
tree4a5e783b6978bf1bbf128d8683d749eb82e1f091 /src/components/application_manager/rpc_plugins/vehicle_info_plugin/include/vehicle_info_plugin
parent870194f481e2d0fc922081e35bcd7dd9f7131c61 (diff)
downloadsdl_core-8249bb1976e3c46739aeedb6e1f0e3c21d1eb5e3.tar.gz
Fixed code style.
Diffstat (limited to 'src/components/application_manager/rpc_plugins/vehicle_info_plugin/include/vehicle_info_plugin')
-rw-r--r--src/components/application_manager/rpc_plugins/vehicle_info_plugin/include/vehicle_info_plugin/vehicle_info_app_extension.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/application_manager/rpc_plugins/vehicle_info_plugin/include/vehicle_info_plugin/vehicle_info_app_extension.h b/src/components/application_manager/rpc_plugins/vehicle_info_plugin/include/vehicle_info_plugin/vehicle_info_app_extension.h
index aa450b2244..1aa8c693ed 100644
--- a/src/components/application_manager/rpc_plugins/vehicle_info_plugin/include/vehicle_info_plugin/vehicle_info_app_extension.h
+++ b/src/components/application_manager/rpc_plugins/vehicle_info_plugin/include/vehicle_info_plugin/vehicle_info_app_extension.h
@@ -46,10 +46,10 @@ public:
explicit VehicleInfoAppExtension(app_mngr::AppExtensionUID uid);
virtual ~VehicleInfoAppExtension();
- void subscribeToVehicleInfo(const std::string &moduleType);
- void unsubscribeFromVehicleInfo(const std::string &moduleType);
+ void subscribeToVehicleInfo(const std::string& moduleType);
+ void unsubscribeFromVehicleInfo(const std::string& moduleType);
void unsubscribeFromVehicleInfo();
- bool isSubscribedToVehicleInfo(const std::string &moduleType) const;
+ bool isSubscribedToVehicleInfo(const std::string& moduleType) const;
private:
std::set<std::string> subscribed_modules_;