diff -r 8bfb9186a8b8 -r 4bd5176e1bc8 widgets/widgetapp/inc/WidgetUiWindow.h --- a/widgets/widgetapp/inc/WidgetUiWindow.h Tue May 11 17:13:44 2010 +0300 +++ b/widgets/widgetapp/inc/WidgetUiWindow.h Tue May 25 13:52:38 2010 +0300 @@ -77,6 +77,7 @@ class CSchemeHandler; class CBrCtlInterface; class CJpgSaver; +class CBrowserDialogsProvider; // CLASS DECLARATION /** @@ -541,8 +542,15 @@ TBool CanBeDeleted(); static TInt DeleteItself(TAny* aPtr); + +#ifdef BRDO_OCC_ENABLED_FF + void CancelAllDialogs(); + TBool IsDialogsLaunched(); +#endif + + protected: /** @@ -647,6 +655,7 @@ TBool iConnecting; TBool iDeleteItself; CAsyncCallBack* iAsyncCallBack; + CBrowserDialogsProvider* iDialogsProvider;// owned, responsible for deleting #ifdef BRDO_OCC_ENABLED_FF CConnectionStageNotifierWCB* iConnStageNotifier; #endif