diff -r 2221119be131 -r 36f381977fa7 wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h --- a/wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h Fri Mar 19 13:04:03 2010 -0700 +++ b/wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h Sun Mar 28 16:38:34 2010 +0100 @@ -94,23 +94,23 @@ * Steps * @param ptr Pointer to an instance of this class */ - static TInt CWsfAiPlugin::DoRefreshingStepL( TAny* ptr ); + static TInt DoRefreshingStepL( TAny* ptr ); /** * Steps the refresh animation */ - void CWsfAiPlugin::DoRefreshingStepL(); + void DoRefreshingStepL(); /** * Steps * @param ptr Pointer to an instance of this class */ - static TInt CWsfAiPlugin::DoConnectingStepL( TAny* ptr ); + static TInt DoConnectingStepL( TAny* ptr ); /** * Steps the refresh animation */ - void CWsfAiPlugin::DoConnectingStepL(); + void DoConnectingStepL(); public: // from CAiContentPublisher