--- a/webengine/wrtharvester/inc/wrtharvester.h Thu Dec 17 09:20:16 2009 +0200
+++ b/webengine/wrtharvester/inc/wrtharvester.h Thu Jan 07 13:31:38 2010 +0200
@@ -113,11 +113,18 @@
*/
void QueueOperationL( TWidgetOperations aOperation, TUid aUid );
- void DialogShown(){ iDialogShown = EFalse; }
//to check if the device is in mass memory mode
TInt IsInMSMode() { return iMSMode; }
void SetMSMode(TInt val) { iMSMode = val; }
-
+ //To check if registry can be accessed
+ TInt CanAccessRegistry(){ return iCanAccessRegistry; }
+ void SetRegistryAccess(TBool aValue){ iCanAccessRegistry = aValue; }
+
+ void SetReinstallWidget(TBool aValue){ iReinstallingWidget = aValue; }
+
+ void DialogShown();
+
+ static TInt DeleteCallback(TAny* aPtr);
private:
@@ -329,6 +336,25 @@
*
*/
RPointerArray<HBufC> iHSWidgets;
+ /**
+ *
+ */
+ TBool iCanAccessRegistry;
+
+ /**
+ *
+ */
+ TBool iReinstallingWidget;
+
+ /**
+ *
+ */
+ RArray<TUid> iUid;
+
+ /**
+ *
+ */
+ CAsyncCallBack* iAsyncCallBack;
};
#endif // C_WRTCONTENTHARVESTER_H