remotemgmt_plat/device_management_parameter_api/inc/DevManInternalCRKeys.h
branchRCL_3
changeset 9 57a65a3a658c
parent 0 b497e44ab2fc
child 42 490439ac0bd4
--- a/remotemgmt_plat/device_management_parameter_api/inc/DevManInternalCRKeys.h	Tue Feb 02 00:44:00 2010 +0200
+++ b/remotemgmt_plat/device_management_parameter_api/inc/DevManInternalCRKeys.h	Fri Feb 19 23:41:35 2010 +0200
@@ -149,5 +149,17 @@
 */
 const TUint32 KDevManMemCardCtrl = 0x00000010; 
 
+/*
+* This key is used to indicate whether the privacy policy disclaimer has been accepted
+* Default value : 0 
+* Allowed values.
+* 0,1 or 2 
+* If value is 0 when disclaimer not accepted
+* If value is 1 when disclaimer has been accepted
+* If value is 2 if the dialog has been displayed but not accepted yet
+* 
+*/
+const TUint32 KDMDisclaimerAccepted = 0x00000011;
+
 #endif // SYNCML_DEVMAN_INTERNAL_CR_KEYS_H