summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/include/protocol_handler/service_status_update_handler_listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/protocol_handler/include/protocol_handler/service_status_update_handler_listener.h')
-rw-r--r--src/components/protocol_handler/include/protocol_handler/service_status_update_handler_listener.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/protocol_handler/include/protocol_handler/service_status_update_handler_listener.h b/src/components/protocol_handler/include/protocol_handler/service_status_update_handler_listener.h
index 6e1e4ee6c2..e784ae6eb6 100644
--- a/src/components/protocol_handler/include/protocol_handler/service_status_update_handler_listener.h
+++ b/src/components/protocol_handler/include/protocol_handler/service_status_update_handler_listener.h
@@ -42,7 +42,7 @@ namespace protocol_handler {
/**
* @brief Converts service type enum value from protocol_handler to hmi_apis.
* @param service_type protocol_handler enum value.
- **/
+ */
hmi_apis::Common_ServiceType::eType GetHMIServiceType(
protocol_handler::ServiceType service_type);
@@ -50,7 +50,7 @@ hmi_apis::Common_ServiceType::eType GetHMIServiceType(
* @brief ServiceStatusUpdateHandlerListener provides callbacks interface with
* a purpose to notify HMI on successful or failed state updates of different
* services
- **/
+ */
class ServiceStatusUpdateHandlerListener {
public:
/**
@@ -63,7 +63,7 @@ class ServiceStatusUpdateHandlerListener {
* service start.
* @param service_update_reason enum value containing reason why service_event
* occured.
- **/
+ */
virtual void ProcessServiceStatusUpdate(
const uint32_t connection_key,
hmi_apis::Common_ServiceType::eType service_type,