hotspotfw/hsserver/inc/hotspotserver.h
branchRCL_3
changeset 24 63be7eb3fc78
parent 23 b852595f5cbe
child 25 f28ada11abbf
equal deleted inserted replaced
23:b852595f5cbe 24:63be7eb3fc78
   237         * @return None
   237         * @return None
   238         */
   238         */
   239         void CheckIapsL();
   239         void CheckIapsL();
   240         
   240         
   241         /**
   241         /**
   242         * Activates WLAN notifications.
       
   243         * @since Series 60 5.2
       
   244         * @return None
       
   245         */
       
   246         void ActivateWlanNotificationsL();
       
   247         
       
   248         /**
       
   249         * Get login timer value for the specified client.
   242         * Get login timer value for the specified client.
   250         * @since Series 60 5.2
   243         * @since Series 60 5.2
   251         * @param aClientUid, clients user id
   244         * @param aClientUid, clients user id
   252         * @return Login timer value.
   245         * @return Login timer value.
   253         */        
   246         */        
   293         * Removes client IAP from the array.
   286         * Removes client IAP from the array.
   294         * @since Series 60 5.2
   287         * @since Series 60 5.2
   295         * @param aIapId, IAP id
   288         * @param aIapId, IAP id
   296         */        
   289         */        
   297         void RemoveClientIap( TUint aIapId );
   290         void RemoveClientIap( TUint aIapId );
   298 
       
   299         /**
       
   300         * Returns Easy WLAN IAP id.
       
   301         * @since Series 60 5.2
       
   302         * @return Easy WLAN id
       
   303         */        
       
   304         TInt GetEasyWlanId();
       
   305         
   291         
   306     private:
   292     private:
   307         
   293         
   308         /**
   294         /**
   309         * Find matching Client UID from the timer array.
   295         * Find matching Client UID from the timer array.
   398         
   384         
   399         /**
   385         /**
   400         * Array for storing client IAPs and their UIDs.
   386         * Array for storing client IAPs and their UIDs.
   401         */
   387         */
   402         RArray<SClientIaps> iClientIaps;
   388         RArray<SClientIaps> iClientIaps;
   403         
   389 
   404         /**
       
   405         * Easy WLAN IAP Id
       
   406         */
       
   407         TInt iEasyWlanId;
       
   408 	};
   390 	};
   409 
   391 
   410 #endif
   392 #endif