summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy/policy_table/enums.h
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2018-11-16 16:25:39 -0500
committerjacobkeeler <jacob.keeler@livioradio.com>2018-11-16 16:25:39 -0500
commit551e5eeed41767ab11e677ce345c67b661b687c8 (patch)
tree3794c0153e930c791039ed6351b77b8904bcec23 /src/components/policy/policy_regular/include/policy/policy_table/enums.h
parentdc2dc33575394ae16d72a745e278279e0a2700a1 (diff)
parentd8ad4e0427b33087340aa34cf1e1d3954cdb793e (diff)
downloadsdl_core-551e5eeed41767ab11e677ce345c67b661b687c8.tar.gz
Merge remote-tracking branch 'origin/feature/cloud_app_connection_flow' into feature/cloud_app_connection_status
# Conflicts: # src/components/application_manager/include/application_manager/application.h # src/components/application_manager/include/application_manager/application_impl.h
Diffstat (limited to 'src/components/policy/policy_regular/include/policy/policy_table/enums.h')
-rw-r--r--src/components/policy/policy_regular/include/policy/policy_table/enums.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/policy/policy_regular/include/policy/policy_table/enums.h b/src/components/policy/policy_regular/include/policy/policy_table/enums.h
index fce6b7b865..563e822a36 100644
--- a/src/components/policy/policy_regular/include/policy/policy_table/enums.h
+++ b/src/components/policy/policy_regular/include/policy/policy_table/enums.h
@@ -427,6 +427,11 @@ enum FunctionID {
SendHapticDataID = 49,
/**
+ * @brief SetCloudAppPropertiesID.
+ */
+ SetCloudAppPropertiesID = 50,
+
+ /**
* @brief OnHMIStatusID.
*/
OnHMIStatusID = 32768,