diff -r d39add9822e2 -r 5bfc169077b2 widgets/widgetapp/inc/WidgetUiWindow.h --- a/widgets/widgetapp/inc/WidgetUiWindow.h Tue Feb 02 00:56:45 2010 +0200 +++ b/widgets/widgetapp/inc/WidgetUiWindow.h Fri Mar 19 09:52:28 2010 +0200 @@ -21,8 +21,8 @@ // INCLUDES FILES #include -#include -#include // for MWidgetCallback +#include +#include // for MWidgetCallback #include #include #include "WidgetUiObserver.h" @@ -500,20 +500,7 @@ * @return CActiveSchedulerWait* */ CActiveSchedulerWait* NetworkModeWait() { return iNetworkModeWait; } - - /** - * NeedToNotifyNetworkState - * Notifies to Widget about network state - * @since 7.1 - * @param aNetworkState the online/offline state needs to be notified to widget or not - * @return none - */ - void NeedToNotifyNetworkState(TBool aNetworkState); - - TBool CanBeDeleted(); - - static TInt DeleteItself(TAny* aPtr); - + protected: @@ -607,18 +594,12 @@ //Download transaction ID long iDlId; TInt iClickCount; - CFbsBitmap iMiniviewBitmap1; - CFbsBitmap iMiniviewBitmap2; - CFbsBitmap* iActiveMiniviewBitmap; - + CFbsBitmap* iMiniviewBitmap ; TTime iOOMWidgetStartTime; TBool iWidgetLoadStarted; // Set to true when widget load starts CJpgSaver* iJpgSaver; CActiveSchedulerWait* iNetworkModeWait; - TBool iNeedToNotifyNetworkState; - TBool iConnecting; - TBool iDeleteItself; - CAsyncCallBack* iAsyncCallBack; + }; #endif //