diff -r a1a5d4e727e8 -r 800203832575 widgets/widgetapp/inc/WidgetUiWindow.h --- a/widgets/widgetapp/inc/WidgetUiWindow.h Wed Jun 09 10:52:50 2010 +0300 +++ b/widgets/widgetapp/inc/WidgetUiWindow.h Mon Jun 21 16:54:17 2010 +0300 @@ -27,9 +27,6 @@ #include #include "WidgetUiObserver.h" -#ifdef BRDO_OCC_ENABLED_FF -#include -#endif // CONSTANTS enum TWidgetAccessGrant @@ -90,9 +87,6 @@ public MWidgetCallback, public MBrCtlSpecialLoadObserver, public MAknServerAppExitObserver -#ifdef BRDO_OCC_ENABLED_FF - ,public MConnectionStageObserver -#endif { public: @@ -239,28 +233,6 @@ void HandleServerAppExit( TInt aReason ); -#ifdef BRDO_OCC_ENABLED_FF - protected: // from MConnectionStageObserver - - /** - * Connection stage achieved. - */ - void ConnectionStageAchievedL(); - public: - - //Retry flags - void SetRetryFlag(TBool flag); - TBool GetRetryFlag(); - - //For Call back for reconnectivity - static TInt RetryConnectivity(TAny* aCBrowserAppUi); - TInt RetryInternetConnection(); - - CPeriodic *iRetryConnectivity; - TBool reConnectivityFlag; - void ConnNeededStatusL( TInt aErr ); - void StopConnectionObserving(); -#endif public: // new functions /** @@ -656,9 +628,7 @@ TBool iDeleteItself; CAsyncCallBack* iAsyncCallBack; CBrowserDialogsProvider* iDialogsProvider;// owned, responsible for deleting -#ifdef BRDO_OCC_ENABLED_FF - CConnectionStageNotifierWCB* iConnStageNotifier; -#endif + }; #endif //