--- 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 <widgetpropertyvalue.h>
#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<CWidgetPropertyValue> 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
};