summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/protected/persComRct.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/inc/protected/persComRct.h b/inc/protected/persComRct.h
index 79e8fa4..7ab593e 100644
--- a/inc/protected/persComRct.h
+++ b/inc/protected/persComRct.h
@@ -68,10 +68,13 @@ typedef enum PersistencePolicy_e_
{
PersistencePolicy_wc = 0, /**< the data is managed write cached */
PersistencePolicy_wt, /**< the data is managed write through */
- PersistencePolicy_na, /**< the data is not applicable */
-
/** insert new entries here ... */
- PersistencePolicy_LastEntry /**< last entry */
+
+ /** make sure this are the last ones, add new enums only before this */
+ PersistencePolicy_cd, /**< configurable default data */
+ PersistencePolicy_d, /**< default data */
+ PersistencePolicy_na, /**< the data is not applicable */
+ PersistencePolicy_LastEntry /**< last entry */
} PersistencePolicy_e;