summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/include/policy/policy_table
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-07-13 15:04:06 -0400
committerGitHub <noreply@github.com>2018-07-13 15:04:06 -0400
commit6c9ad77522b38a34b4d522eda7a7828091f6f3cd (patch)
treeb14567adbe6909798da29b5d72e98c8466ea9a3a /src/components/policy/policy_external/include/policy/policy_table
parent0e70eea7754b5724ef910319cca7ec624c7c756e (diff)
parentf780d36ad6f67a4f0a4ce839abb006bff01be0de (diff)
downloadsdl_core-6c9ad77522b38a34b4d522eda7a7828091f6f3cd.tar.gz
Merge pull request #2208 from smartdevicelink/feature/rc_seat
Feature/RC SEAT
Diffstat (limited to 'src/components/policy/policy_external/include/policy/policy_table')
-rw-r--r--src/components/policy/policy_external/include/policy/policy_table/enums.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/policy/policy_external/include/policy/policy_table/enums.h b/src/components/policy/policy_external/include/policy/policy_table/enums.h
index 02dad1ac3e..d13c545a94 100644
--- a/src/components/policy/policy_external/include/policy/policy_table/enums.h
+++ b/src/components/policy/policy_external/include/policy/policy_table/enums.h
@@ -167,10 +167,7 @@ bool IsValidEnum(Input val);
const char* EnumToJsonString(Input val);
bool EnumFromJsonString(const std::string& literal, Input* result);
-enum ModuleType {
- MT_CLIMATE,
- MT_RADIO,
-};
+enum ModuleType { MT_CLIMATE, MT_RADIO, MT_SEAT };
bool IsValidEnum(ModuleType val);
const char* EnumToJsonString(ModuleType val);
bool EnumFromJsonString(const std::string& literal, ModuleType* result);