diff -r 79859ed3eea9 -r 919f36ff910f webengine/widgetregistry/Server/inc/WidgetEntry.h --- a/webengine/widgetregistry/Server/inc/WidgetEntry.h Tue Aug 31 16:17:46 2010 +0300 +++ b/webengine/widgetregistry/Server/inc/WidgetEntry.h Wed Sep 01 12:28:30 2010 +0100 @@ -17,19 +17,17 @@ * */ - #ifndef WIDGETENTRY_H #define WIDGETENTRY_H // INCLUDES -#include "WidgetPropertyValue.h" +#include #include "WidgetRegistryXml.h" // FORWARD DECLARATIONS class RFileWriteStream; class RFileReadStream; - /** * * This class holds all information related to a widget @@ -184,6 +182,11 @@ * 2-phase constructor */ void ConstructL(); + + /** + * Property cleanup + */ + void PropertyCleanupL(); protected: RPointerArray iPropertyValues; @@ -193,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 };