diff -r 107412708b22 -r cb0d84368d6e hotspotfw/hsserver/inc/hotspotserver.h --- a/hotspotfw/hsserver/inc/hotspotserver.h Wed Feb 03 12:16:50 2010 +0000 +++ b/hotspotfw/hsserver/inc/hotspotserver.h Fri Mar 05 17:02:18 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