diff -r d39add9822e2 -r 5bfc169077b2 webengine/wrtharvester/inc/wrtharvester.h --- a/webengine/wrtharvester/inc/wrtharvester.h Tue Feb 02 00:56:45 2010 +0200 +++ b/webengine/wrtharvester/inc/wrtharvester.h Fri Mar 19 09:52:28 2010 +0200 @@ -113,18 +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); + private: @@ -336,25 +329,6 @@ * */ RPointerArray iHSWidgets; - /** - * - */ - TBool iCanAccessRegistry; - - /** - * - */ - TBool iReinstallingWidget; - - /** - * - */ - RArray iUid; - - /** - * - */ - CAsyncCallBack* iAsyncCallBack; }; #endif // C_WRTCONTENTHARVESTER_H