webengine/wrtharvester/inc/wrtharvester.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
   111 		* @param aOperation Operation to be queued
   111 		* @param aOperation Operation to be queued
   112     	* @param aUid Uid of the widget
   112     	* @param aUid Uid of the widget
   113     	*/
   113     	*/
   114 		void QueueOperationL(  TWidgetOperations aOperation, TUid aUid );	
   114 		void QueueOperationL(  TWidgetOperations aOperation, TUid aUid );	
   115 		
   115 		
       
   116 		void DialogShown(){ iDialogShown = EFalse; }
   116 		//to check if the device is in mass memory mode
   117 		//to check if the device is in mass memory mode
   117 		TInt IsInMSMode() { return iMSMode; }
   118 		TInt IsInMSMode() { return iMSMode; }
   118 		void  SetMSMode(TInt val)  { iMSMode = val; }
   119 		void  SetMSMode(TInt val)  { iMSMode = val; }
   119 		//To check if registry can be accessed
   120 		 
   120 		TInt CanAccessRegistry(){ return iCanAccessRegistry; }
       
   121 		void SetRegistryAccess(TBool aValue){ iCanAccessRegistry = aValue; }
       
   122 		
       
   123 		void SetReinstallWidget(TBool aValue){ iReinstallingWidget = aValue; }			
       
   124 
       
   125         void DialogShown();
       
   126 
       
   127         static TInt DeleteCallback(TAny* aPtr);		
       
   128 		
   121 		
   129 	private:
   122 	private:
   130         
   123         
   131     	/**
   124     	/**
   132     	* Perform the second phase construction 
   125     	* Perform the second phase construction 
   334         /**
   327         /**
   335          *
   328          *
   336          *
   329          *
   337          */
   330          */
   338          RPointerArray<HBufC> iHSWidgets;
   331          RPointerArray<HBufC> iHSWidgets;
   339          /**
       
   340           * 
       
   341           */
       
   342          TBool iCanAccessRegistry;
       
   343          
       
   344          /**
       
   345           * 
       
   346           */
       
   347 		 TBool iReinstallingWidget;
       
   348 		 
       
   349         /**
       
   350          * 
       
   351          */
       
   352 		 RArray<TUid> iUid;
       
   353 		 
       
   354         /**
       
   355          * 
       
   356          */
       
   357 		 CAsyncCallBack*  iAsyncCallBack;
       
   358     };
   332     };
   359 
   333 
   360 #endif // C_WRTCONTENTHARVESTER_H 
   334 #endif // C_WRTCONTENTHARVESTER_H