webengine/wrtharvester/inc/wrtharvester.h
branchRCL_3
changeset 35 1f3c3f2f5b0a
parent 26 cb62a4f66ebe
child 36 c711bdda59f4
--- a/webengine/wrtharvester/inc/wrtharvester.h	Fri Mar 12 15:48:51 2010 +0200
+++ b/webengine/wrtharvester/inc/wrtharvester.h	Mon Mar 15 12:44:50 2010 +0200
@@ -125,6 +125,8 @@
         void DialogShown();
 
         static TInt DeleteCallback(TAny* aPtr);		
+        
+        TBool SetSystemShutdown(TBool aState){ iSystemShutdown = aState; }
 		
 	private:
         
@@ -279,6 +281,12 @@
          * own
          */        
         CWrtUsbHandler* iWidgetUsbListener;
+                
+        /**
+         * Publish & Subscribe listener
+         * own
+         */        
+        CWrtHarvesterPSNotifier* iWidgetSystemShutdownListener;
         
 		/**
     	* 
@@ -355,6 +363,11 @@
          * 
          */
 		 CAsyncCallBack*  iAsyncCallBack;
+		
+		/**
+         * 
+         */
+		 TBool  iSystemShutdown;
     };
 
 #endif // C_WRTCONTENTHARVESTER_H