diff -r c2bc3f8c7777 -r dff6ebfd236f wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h --- 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; + };