webengine/wrtharvester/inc/wrtharvester.h
branchRCL_3
changeset 35 1f3c3f2f5b0a
parent 26 cb62a4f66ebe
child 36 c711bdda59f4
equal deleted inserted replaced
34:220a17280356 35:1f3c3f2f5b0a
   123 		void SetReinstallWidget(TBool aValue){ iReinstallingWidget = aValue; }			
   123 		void SetReinstallWidget(TBool aValue){ iReinstallingWidget = aValue; }			
   124 
   124 
   125         void DialogShown();
   125         void DialogShown();
   126 
   126 
   127         static TInt DeleteCallback(TAny* aPtr);		
   127         static TInt DeleteCallback(TAny* aPtr);		
       
   128         
       
   129         TBool SetSystemShutdown(TBool aState){ iSystemShutdown = aState; }
   128 		
   130 		
   129 	private:
   131 	private:
   130         
   132         
   131     	/**
   133     	/**
   132     	* Perform the second phase construction 
   134     	* Perform the second phase construction 
   277         /**
   279         /**
   278          * Publish & Subscribe listener
   280          * Publish & Subscribe listener
   279          * own
   281          * own
   280          */        
   282          */        
   281         CWrtUsbHandler* iWidgetUsbListener;
   283         CWrtUsbHandler* iWidgetUsbListener;
       
   284                 
       
   285         /**
       
   286          * Publish & Subscribe listener
       
   287          * own
       
   288          */        
       
   289         CWrtHarvesterPSNotifier* iWidgetSystemShutdownListener;
   282         
   290         
   283 		/**
   291 		/**
   284     	* 
   292     	* 
   285     	*/
   293     	*/
   286         RWrtArray<CWrtHarvesterPublisherObserver> iObservers;
   294         RWrtArray<CWrtHarvesterPublisherObserver> iObservers;
   353 		 
   361 		 
   354         /**
   362         /**
   355          * 
   363          * 
   356          */
   364          */
   357 		 CAsyncCallBack*  iAsyncCallBack;
   365 		 CAsyncCallBack*  iAsyncCallBack;
       
   366 		
       
   367 		/**
       
   368          * 
       
   369          */
       
   370 		 TBool  iSystemShutdown;
   358     };
   371     };
   359 
   372 
   360 #endif // C_WRTCONTENTHARVESTER_H 
   373 #endif // C_WRTCONTENTHARVESTER_H