# HG changeset patch # User William Roberts # Date 1268571172 0 # Node ID 1cafec024f08ba56b4022e7fc6eb7a63ee940940 # Parent fcc46ca86405882166d3a125fb5d26566e722826# Parent c2bc3f8c7777dc9c579f355295179c8f7e377ece Catch up from PDK_3.0.h diff -r c2bc3f8c7777 -r 1cafec024f08 hotspotfw/hsserver/inc/hotspotserver.h --- a/hotspotfw/hsserver/inc/hotspotserver.h Fri Feb 19 23:55:42 2010 +0200 +++ b/hotspotfw/hsserver/inc/hotspotserver.h Sun Mar 14 12:52:52 2010 +0000 @@ -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 c2bc3f8c7777 -r 1cafec024f08 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 Sun Mar 14 12:52:52 2010 +0000 @@ -89,23 +89,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 CHSContentPublisher diff -r c2bc3f8c7777 -r 1cafec024f08 wlanutilities/wlansniffer/aiplugin/inc/wsfaipublishobserver.h --- a/wlanutilities/wlansniffer/aiplugin/inc/wsfaipublishobserver.h Fri Feb 19 23:55:42 2010 +0200 +++ b/wlanutilities/wlansniffer/aiplugin/inc/wsfaipublishobserver.h Sun Mar 14 12:52:52 2010 +0000 @@ -23,7 +23,8 @@ class CAknIconArray; class CEikLabel; -class CArrayFix< TInt >; +template class CArrayFix; + /** * Abstract interface for wlan active idle plugin * diff -r c2bc3f8c7777 -r 1cafec024f08 wlanutilities/wlansniffer/mainapplication/inc/wsfmainviewcontainer.h --- a/wlanutilities/wlansniffer/mainapplication/inc/wsfmainviewcontainer.h Fri Feb 19 23:55:42 2010 +0200 +++ b/wlanutilities/wlansniffer/mainapplication/inc/wsfmainviewcontainer.h Sun Mar 14 12:52:52 2010 +0000 @@ -248,13 +248,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