summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy/policy_table
diff options
context:
space:
mode:
authorAndriy Byzhynar <AByzhynar@luxoft.com>2017-12-21 17:02:02 +0200
committerAndriy Byzhynar <AByzhynar@luxoft.com>2017-12-21 17:02:02 +0200
commit02c482c54cf430ab751f1d5e843d04db372593d3 (patch)
tree206cbccedf27e93f93fe66f9ba07a5e330a06019 /src/components/policy/policy_regular/include/policy/policy_table
parentd0fd1b59cdc99cf8e8319cf3e7aced2b63329b3a (diff)
downloadsdl_core-02c482c54cf430ab751f1d5e843d04db372593d3.tar.gz
Add differentiation of parameters absence from emptiness
Added way how to store empty parameters in policy db for further restoring after ingnition off Added empty lines between functions definitions to improve readability
Diffstat (limited to 'src/components/policy/policy_regular/include/policy/policy_table')
-rw-r--r--src/components/policy/policy_regular/include/policy/policy_table/enums.h1
1 files changed, 1 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 66ab9a1b60..4eb35d2aa4 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
@@ -87,6 +87,7 @@ enum Parameter {
P_DEVICESTATUS,
P_EMERGENCYEVENT,
P_ECALLINFO,
+ P_EMPTY // Added to allow empty parameters handling
};
bool IsValidEnum(Parameter val);