summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy
diff options
context:
space:
mode:
authorAndrey Oleynik <aoleynik@luxoft.com>2017-08-11 17:10:59 +0300
committerAndrey Oleynik <aoleynik@luxoft.com>2017-08-16 22:50:03 +0300
commit5fc2b1752f96e15ebd7433fab1d0d1a602273580 (patch)
tree563ae695df835a3d91d6e22c65b69a25b1505c37 /src/components/policy/policy_regular/include/policy
parentae151c87a3851fb13411ad4841e618629ba4caa9 (diff)
downloadsdl_core-5fc2b1752f96e15ebd7433fab1d0d1a602273580.tar.gz
Fixes wrong AppHMIType conversion for RC applications
Diffstat (limited to 'src/components/policy/policy_regular/include/policy')
-rw-r--r--src/components/policy/policy_regular/include/policy/policy_table/enums.h4
1 files changed, 2 insertions, 2 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 876ca03a27..66ab9a1b60 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
@@ -104,8 +104,8 @@ enum AppHMIType {
AHT_BACKGROUND_PROCESS,
AHT_TESTING,
AHT_SYSTEM,
- AHT_REMOTE_CONTROL,
- AHT_PROJECTION
+ AHT_PROJECTION,
+ AHT_REMOTE_CONTROL
};
bool IsValidEnum(AppHMIType val);
const char* EnumToJsonString(AppHMIType val);