diff -r 10e98eab6f85 -r a359256acfc6 web_plat/widget_registry_api/inc/WidgetRegistryConstants.h --- 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 RUidArray;