hotspotfw/hsserver/inc/hotspotserver.h
branchCompilerCompatibility
changeset 11 fcc46ca86405
parent 2 6e4b6261703d
--- 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