--- 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;
+
/**
*
*/