hotspotfw/hsserver/inc/hotspotserver.h
branchCompilerCompatibility
changeset 17 36f381977fa7
parent 2 6e4b6261703d
equal deleted inserted replaced
14:2221119be131 17:36f381977fa7
   250         * Set both login and logout timer values for the specified client.
   250         * Set both login and logout timer values for the specified client.
   251         * @param aClientUid, client's user ID,
   251         * @param aClientUid, client's user ID,
   252         * @param aLoginTimerValue, set login timer value,
   252         * @param aLoginTimerValue, set login timer value,
   253         * @param aLogoutTimerValue, set logout timer value.
   253         * @param aLogoutTimerValue, set logout timer value.
   254         */        
   254         */        
   255         void CHotSpotServer::SetTimerValues(
   255         void SetTimerValues(
   256                 TUid aClientUid,
   256                 TUid aClientUid,
   257                 TUint aLoginTimerValue,
   257                 TUint aLoginTimerValue,
   258                 TUint aLogoutTimerValue );
   258                 TUint aLogoutTimerValue );
   259         
   259         
   260     private:
   260     private:
   262         /**
   262         /**
   263         * Find matching Client UID from the timer array.
   263         * Find matching Client UID from the timer array.
   264         * @param aClientUid, client UID to find.
   264         * @param aClientUid, client UID to find.
   265         * @return matching index if UID was found, otherwise KErrNotFound.
   265         * @return matching index if UID was found, otherwise KErrNotFound.
   266         */        
   266         */        
   267         TInt CHotSpotServer::FindClientUid( TUid aClientUid );
   267         TInt FindClientUid( TUid aClientUid );
   268         
   268         
   269     public: // Functions from base classes
   269     public: // Functions from base classes
   270 
   270 
   271         /**
   271         /**
   272         * From CServer creates a new session
   272         * From CServer creates a new session