widgets/widgetapp/inc/WidgetUiWindow.h
branchRCL_3
changeset 41 4bd5176e1bc8
parent 38 4917f9bf7995
child 44 800203832575
--- 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