webengine/wrtharvester/inc/wrtharvester.h
changeset 37 cb62a4f66ebe
parent 27 60c5402cb945
child 59 1f3c3f2f5b0a
child 65 5bfc169077b2
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
   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; }
       
   117 		//to check if the device is in mass memory mode
   116 		//to check if the device is in mass memory mode
   118 		TInt IsInMSMode() { return iMSMode; }
   117 		TInt IsInMSMode() { return iMSMode; }
   119 		void  SetMSMode(TInt val)  { iMSMode = val; }
   118 		void  SetMSMode(TInt val)  { iMSMode = val; }
   120 		 
   119 		//To check if registry can be accessed
       
   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);		
   121 		
   128 		
   122 	private:
   129 	private:
   123         
   130         
   124     	/**
   131     	/**
   125     	* Perform the second phase construction 
   132     	* Perform the second phase construction 
   327         /**
   334         /**
   328          *
   335          *
   329          *
   336          *
   330          */
   337          */
   331          RPointerArray<HBufC> iHSWidgets;
   338          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;
   332     };
   358     };
   333 
   359 
   334 #endif // C_WRTCONTENTHARVESTER_H 
   360 #endif // C_WRTCONTENTHARVESTER_H