--- 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