summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/hmi_interfaces_impl.cc
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2019-06-10 10:14:19 -0400
committerJackLivio <jack@livio.io>2019-06-10 10:14:19 -0400
commite62920f1446053cf7a354582a3f651a32faee642 (patch)
tree09a6498261ee1cfb54b7eebc347738b23bd647f7 /src/components/application_manager/src/hmi_interfaces_impl.cc
parent2026979753640570e5a6bfe239106a90f7c6ffdc (diff)
downloadsdl_core-e62920f1446053cf7a354582a3f651a32faee642.tar.gz
Unpublish and Update App Services
Diffstat (limited to 'src/components/application_manager/src/hmi_interfaces_impl.cc')
-rw-r--r--src/components/application_manager/src/hmi_interfaces_impl.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/application_manager/src/hmi_interfaces_impl.cc b/src/components/application_manager/src/hmi_interfaces_impl.cc
index 9aff403e09..fc2a81b2db 100644
--- a/src/components/application_manager/src/hmi_interfaces_impl.cc
+++ b/src/components/application_manager/src/hmi_interfaces_impl.cc
@@ -231,6 +231,8 @@ generate_function_to_interface_convert_map() {
convert_map[RC_OnRemoteControlSettings] = HmiInterfaces::HMI_INTERFACE_RC;
convert_map[AppService_PublishAppService] =
HmiInterfaces::HMI_INTERFACE_AppService;
+ convert_map[AppService_UnpublishAppService] =
+ HmiInterfaces::HMI_INTERFACE_AppService;
convert_map[AppService_GetAppServiceData] =
HmiInterfaces::HMI_INTERFACE_AppService;
convert_map[AppService_PerformAppServiceInteraction] =