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