wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h
branchRCL_3
changeset 15 dff6ebfd236f
parent 8 c2bc3f8c7777
child 16 8b0eae1b1d71
--- a/wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h	Fri Feb 19 23:55:42 2010 +0200
+++ b/wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h	Fri Mar 12 15:48:54 2010 +0200
@@ -251,21 +251,6 @@
         * @param aPtr Pointer for the observer class
         */
         static void PublishCleanup( TAny* aPtr );
-       
-        /**
-        * Callback function for carrying out refresh at startup
-        * @since S60 5.0
-        * @param aPtr Pointer to this class
-        * @return Error code        
-        */
-        static TInt StartupRefresh( TAny* aPtr );
-
-        /**
-        * Callback function for carrying out refresh at startup
-        * @since S60 5.0
-        * @return Error code        
-        */
-        TInt StartupRefreshL();
 
         
     private: // Data
@@ -372,11 +357,6 @@
          */
         TBool iRefreshing;
         
-        /**
-        * Active Object callback for displaying data at startup
-        */
-        CAsyncCallBack* iStartupRefresh;
-        
         /*
 	     * The periodic that steps the refreshing animation
 	     */
@@ -393,7 +373,12 @@
          * Own.
          */
         HBufC* iKnownNetworkFound;
-	    	    
+        
+        /**
+        * A pointer to CWsfActiveWrappers
+        */
+        CWsfActiveWrappers* iActiveWrappers;
+        
     };