webengine/wrtharvester/inc/wrtharvester.h
branchRCL_3
changeset 36 c711bdda59f4
parent 35 1f3c3f2f5b0a
child 48 79859ed3eea9
--- a/webengine/wrtharvester/inc/wrtharvester.h	Mon Mar 15 12:44:50 2010 +0200
+++ b/webengine/wrtharvester/inc/wrtharvester.h	Wed Mar 31 23:16:40 2010 +0300
@@ -24,7 +24,6 @@
 #include <contentharvesterplugin.h>
 #include <widgetappdefs.rh>
 #include "wrtharvesterregistryaccess.h"
-#include "wrtusbhandler.h"
 
 // FORWARD DECLARATIONS
 class CWrtHarvesterPSNotifier;
@@ -126,7 +125,7 @@
 
         static TInt DeleteCallback(TAny* aPtr);		
         
-        TBool SetSystemShutdown(TBool aState){ iSystemShutdown = aState; }
+        void SetSystemShutdown(TBool aState){ iSystemShutdown = aState; }
 		
 	private:
         
@@ -288,6 +287,12 @@
          */        
         CWrtHarvesterPSNotifier* iWidgetSystemShutdownListener;
         
+        /**
+         * Publish & Subscribe listener
+         * own
+         */          
+        CWrtHarvesterPSNotifier* iMsModeListener;
+        
 		/**
     	* 
     	*/