diff -r 220a17280356 -r 1f3c3f2f5b0a webengine/widgetregistry/Server/inc/WidgetEntry.h --- a/webengine/widgetregistry/Server/inc/WidgetEntry.h Fri Mar 12 15:48:51 2010 +0200 +++ b/webengine/widgetregistry/Server/inc/WidgetEntry.h Mon Mar 15 12:44:50 2010 +0200 @@ -182,6 +182,11 @@ * 2-phase constructor */ void ConstructL(); + + /** + * Property cleanup + */ + void PropertyCleanupL(); protected: RPointerArray iPropertyValues; @@ -191,9 +196,9 @@ TInt iActive; // bool, 1 if widget is executing - TInt iMiniView; // bool, 1 if launched in miniview + TInt iMiniView; // bool, 1 if launched in miniview - TInt iFullView; // bool, 1 if launched in fullview + TInt iFullView; // bool, 1 if launched in fullview TInt iBlanketPermGranted; // bool, 1 if platform service access needs to be prompted };