wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h
branchRCL_3
changeset 15 dff6ebfd236f
parent 8 c2bc3f8c7777
child 16 8b0eae1b1d71
equal deleted inserted replaced
8:c2bc3f8c7777 15:dff6ebfd236f
   249         * Cleanup function to to cancel publish transaction
   249         * Cleanup function to to cancel publish transaction
   250         * @since S60 5.0
   250         * @since S60 5.0
   251         * @param aPtr Pointer for the observer class
   251         * @param aPtr Pointer for the observer class
   252         */
   252         */
   253         static void PublishCleanup( TAny* aPtr );
   253         static void PublishCleanup( TAny* aPtr );
   254        
       
   255         /**
       
   256         * Callback function for carrying out refresh at startup
       
   257         * @since S60 5.0
       
   258         * @param aPtr Pointer to this class
       
   259         * @return Error code        
       
   260         */
       
   261         static TInt StartupRefresh( TAny* aPtr );
       
   262 
       
   263         /**
       
   264         * Callback function for carrying out refresh at startup
       
   265         * @since S60 5.0
       
   266         * @return Error code        
       
   267         */
       
   268         TInt StartupRefreshL();
       
   269 
   254 
   270         
   255         
   271     private: // Data
   256     private: // Data
   272     
   257     
   273         /**
   258         /**
   369         
   354         
   370         /**
   355         /**
   371          * The current refreshing state
   356          * The current refreshing state
   372          */
   357          */
   373         TBool iRefreshing;
   358         TBool iRefreshing;
   374         
       
   375         /**
       
   376         * Active Object callback for displaying data at startup
       
   377         */
       
   378         CAsyncCallBack* iStartupRefresh;
       
   379         
   359         
   380         /*
   360         /*
   381 	     * The periodic that steps the refreshing animation
   361 	     * The periodic that steps the refreshing animation
   382 	     */
   362 	     */
   383 	    CPeriodic* iAnimationPeriodic;
   363 	    CPeriodic* iAnimationPeriodic;
   391         /**
   371         /**
   392          * Constants for 'Known network found:' text
   372          * Constants for 'Known network found:' text
   393          * Own.
   373          * Own.
   394          */
   374          */
   395         HBufC* iKnownNetworkFound;
   375         HBufC* iKnownNetworkFound;
   396 	    	    
   376         
       
   377         /**
       
   378         * A pointer to CWsfActiveWrappers
       
   379         */
       
   380         CWsfActiveWrappers* iActiveWrappers;
       
   381         
   397     };
   382     };
   398 
   383 
   399 
   384 
   400 #endif // C_WSFAIPLUGIN_H
   385 #endif // C_WSFAIPLUGIN_H
   401 
   386