web_plat/widget_registry_api/inc/WidgetRegistryConstants.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 11 c8a366e56285
--- a/web_plat/widget_registry_api/inc/WidgetRegistryConstants.h	Fri Jul 03 15:54:40 2009 +0100
+++ b/web_plat/widget_registry_api/inc/WidgetRegistryConstants.h	Thu Aug 27 07:44:59 2009 +0300
@@ -132,7 +132,13 @@
     EWidgetPropertyIdCount,     // must be at end of properties
     EWidgetPropertyIdInvalid = 1000    // must be after EWidgetPropertyIdCount
     };
-
+    
+enum TWidgetBlanketPermissionState
+    {
+    EBlanketUnknown = 0,
+    EBlanketTrue,
+    EBlanketFalse
+    };
 
 typedef RArray<TUid>                RUidArray;