webengine/wrtharvester/inc/wrtharvester.h
changeset 26 cb62a4f66ebe
parent 15 60c5402cb945
child 35 1f3c3f2f5b0a
--- 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