--- a/webengine/wrtharvester/inc/wrtharvester.h Thu Aug 19 10:58:56 2010 +0300
+++ b/webengine/wrtharvester/inc/wrtharvester.h Tue Aug 31 16:17:46 2010 +0300
@@ -24,6 +24,7 @@
#include <contentharvesterplugin.h>
#include <widgetappdefs.rh>
#include "wrtharvesterregistryaccess.h"
+#include "wrtusbhandler.h"
// FORWARD DECLARATIONS
class CWrtHarvesterPSNotifier;
@@ -112,20 +113,11 @@
*/
void QueueOperationL( TWidgetOperations aOperation, TUid aUid );
+ void DialogShown(){ iDialogShown = EFalse; }
//to check if the device is in mass memory mode
TInt IsInMSMode() { return iMSMode; }
void SetMSMode(TInt val) { iMSMode = val; }
- //To check if registry can be accessed
- TInt CanAccessRegistry(){ return iCanAccessRegistry; }
- void SetRegistryAccess(TBool aValue){ iCanAccessRegistry = aValue; }
-
- void SetReinstallWidget(TBool aValue){ iReinstallingWidget = aValue; }
-
- void DialogShown();
-
- static TInt DeleteCallback(TAny* aPtr);
-
- void SetSystemShutdown(TBool aState){ iSystemShutdown = aState; }
+
private:
@@ -280,18 +272,6 @@
* own
*/
CWrtUsbHandler* iWidgetUsbListener;
-
- /**
- * Publish & Subscribe listener
- * own
- */
- CWrtHarvesterPSNotifier* iWidgetSystemShutdownListener;
-
- /**
- * Publish & Subscribe listener
- * own
- */
- CWrtHarvesterPSNotifier* iMsModeListener;
/**
*
@@ -349,30 +329,6 @@
*
*/
RPointerArray<HBufC> iHSWidgets;
- /**
- *
- */
- TBool iCanAccessRegistry;
-
- /**
- *
- */
- TBool iReinstallingWidget;
-
- /**
- *
- */
- RArray<TUid> iUid;
-
- /**
- *
- */
- CAsyncCallBack* iAsyncCallBack;
-
- /**
- *
- */
- TBool iSystemShutdown;
};
#endif // C_WRTCONTENTHARVESTER_H