diff -r 1f3c3f2f5b0a -r c711bdda59f4 webengine/wrtharvester/inc/wrtharvester.h --- 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 #include #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; + /** * */