diff -r 2221119be131 -r 36f381977fa7 hotspotfw/hsserver/inc/hotspotserver.h --- a/hotspotfw/hsserver/inc/hotspotserver.h Fri Mar 19 13:04:03 2010 -0700 +++ b/hotspotfw/hsserver/inc/hotspotserver.h Sun Mar 28 16:38:34 2010 +0100 @@ -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