--- a/webengine/widgetregistry/Server/inc/WidgetEntry.h Thu Aug 19 10:58:56 2010 +0300
+++ b/webengine/widgetregistry/Server/inc/WidgetEntry.h Tue Aug 31 16:17:46 2010 +0300
@@ -17,17 +17,19 @@
*
*/
+
#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
@@ -182,11 +184,6 @@
* 2-phase constructor
*/
void ConstructL();
-
- /**
- * Property cleanup
- */
- void PropertyCleanupL();
protected:
RPointerArray<CWidgetPropertyValue> iPropertyValues;
@@ -196,9 +193,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
};