webengine/widgetregistry/Server/inc/WidgetEntry.h
branchRCL_3
changeset 35 1f3c3f2f5b0a
parent 26 cb62a4f66ebe
child 48 79859ed3eea9
--- 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
     
     };