--- 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<CWidgetPropertyValue> 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
};