# HG changeset patch # User Peter Fordham # Date 1267837477 28800 # Node ID fcc46ca86405882166d3a125fb5d26566e722826 # Parent 358e82c14ef174148733c2f54386a0e02e494473 Bug 2169 - Remove unnecessary token pasting and over-qualification of method names diff -r 358e82c14ef1 -r fcc46ca86405 hotspotfw/hsserver/inc/hotspotserver.h --- a/hotspotfw/hsserver/inc/hotspotserver.h Fri Mar 05 17:03:50 2010 -0800 +++ b/hotspotfw/hsserver/inc/hotspotserver.h Fri Mar 05 17:04:37 2010 -0800 @@ -252,7 +252,7 @@ * @param aLoginTimerValue, set login timer value, * @param aLogoutTimerValue, set logout timer value. */ - void CHotSpotServer::SetTimerValues( + void SetTimerValues( TUid aClientUid, TUint aLoginTimerValue, TUint aLogoutTimerValue ); @@ -264,7 +264,7 @@ * @param aClientUid, client UID to find. * @return matching index if UID was found, otherwise KErrNotFound. */ - TInt CHotSpotServer::FindClientUid( TUid aClientUid ); + TInt FindClientUid( TUid aClientUid ); public: // Functions from base classes diff -r 358e82c14ef1 -r fcc46ca86405 wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h --- a/wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h Fri Mar 05 17:03:50 2010 -0800 +++ b/wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h Fri Mar 05 17:04:37 2010 -0800 @@ -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 diff -r 358e82c14ef1 -r fcc46ca86405 wlanutilities/wlansniffer/aiplugin/inc/wsfaipublishobserver.h --- a/wlanutilities/wlansniffer/aiplugin/inc/wsfaipublishobserver.h Fri Mar 05 17:03:50 2010 -0800 +++ b/wlanutilities/wlansniffer/aiplugin/inc/wsfaipublishobserver.h Fri Mar 05 17:04:37 2010 -0800 @@ -23,7 +23,8 @@ class CAknIconArray; class CEikLabel; -class CArrayFix< TInt >; +template class CArrayFix; + /** * Abstract interface for wlan active idle plugin * diff -r 358e82c14ef1 -r fcc46ca86405 wlanutilities/wlansniffer/mainapplication/inc/wsfmainviewcontainer.h --- a/wlanutilities/wlansniffer/mainapplication/inc/wsfmainviewcontainer.h Fri Mar 05 17:03:50 2010 -0800 +++ b/wlanutilities/wlansniffer/mainapplication/inc/wsfmainviewcontainer.h Fri Mar 05 17:04:37 2010 -0800 @@ -245,13 +245,12 @@ * Steps the connecting animation * @param ptr Pointer to an instance of this class */ - static TInt CWsfMainViewContainer::DoConnectingAnimationStepL( - TAny* ptr ); + static TInt DoConnectingAnimationStepL( TAny* ptr ); /** * Steps the connecting animation */ - void CWsfMainViewContainer::DoConnectingAnimationStepL(); + void DoConnectingAnimationStepL(); /** * Initialize the connecting animation