connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/ActiveSelectWLanDlgPlugin.h
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
--- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/ActiveSelectWLanDlgPlugin.h	Tue Aug 31 15:35:44 2010 +0300
+++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/ActiveSelectWLanDlgPlugin.h	Wed Sep 01 12:23:51 2010 +0100
@@ -21,6 +21,7 @@
 #define __ACTIVE_SELECT_WLAN_DLG_PLUGIN_H__
 
 // INCLUDES
+#include <e32base.h>
 #include "SelectWLanDlgPlugin.h"
 #include "SelectWLANDlg.h"
 #include "WlanNetworkDataProvider.h"
@@ -57,9 +58,9 @@
     /**
     * Timer callback of iPeridoc.
     */
-    void DoTick();    
-      
-        
+    void DoTick();
+
+
 protected:
     /**
     * ConstructL 
@@ -108,6 +109,18 @@
     */
     void DestroyResultsListDialog();
     
+    /**
+    * Destroy results dialog
+    */
+    void DestroyAsyncWaitTrigger();
+
+
+private:
+    /**
+     * Start wait note
+     */
+    static TInt StartWaitNoteL( TAny* aObject );
+
 
 protected:
     
@@ -125,6 +138,9 @@
     
     CAknWaitDialog* iWaitDialog;
     
+    CAsyncCallBack* iAsyncWaitTrigger;
+    
+    TInt iRefreshInterval;
 };     
 
 #endif // __ACTIVE_SELECT_WLAN_DLG_PLUGIN_H__