hotspotfw/hsserver/inc/hotspotserver.h
changeset 39 7b3e49e4608a
parent 19 10810c91db26
child 61 e1d68407ed06
equal deleted inserted replaced
36:682dd021f9be 39:7b3e49e4608a
   286         * Removes client IAP from the array.
   286         * Removes client IAP from the array.
   287         * @since Series 60 5.2
   287         * @since Series 60 5.2
   288         * @param aIapId, IAP id
   288         * @param aIapId, IAP id
   289         */        
   289         */        
   290         void RemoveClientIap( TUint aIapId );
   290         void RemoveClientIap( TUint aIapId );
   291 
       
   292         /**
       
   293         * Returns Easy WLAN IAP id.
       
   294         * @since Series 60 5.2
       
   295         * @return Easy WLAN id
       
   296         */        
       
   297         TInt GetEasyWlanId();
       
   298         
   291         
   299     private:
   292     private:
   300         
   293         
   301         /**
   294         /**
   302         * Find matching Client UID from the timer array.
   295         * Find matching Client UID from the timer array.
   391         
   384         
   392         /**
   385         /**
   393         * Array for storing client IAPs and their UIDs.
   386         * Array for storing client IAPs and their UIDs.
   394         */
   387         */
   395         RArray<SClientIaps> iClientIaps;
   388         RArray<SClientIaps> iClientIaps;
   396         
   389 
   397         /**
       
   398         * Easy WLAN IAP Id
       
   399         */
       
   400         TInt iEasyWlanId;
       
   401 	};
   390 	};
   402 
   391 
   403 #endif
   392 #endif