diff -r b852595f5cbe -r 63be7eb3fc78 hotspotfw/hsserver/inc/hotspotserver.h --- a/hotspotfw/hsserver/inc/hotspotserver.h Thu Aug 19 10:59:40 2010 +0300 +++ b/hotspotfw/hsserver/inc/hotspotserver.h Tue Aug 31 16:18:40 2010 +0300 @@ -239,13 +239,6 @@ void CheckIapsL(); /** - * Activates WLAN notifications. - * @since Series 60 5.2 - * @return None - */ - void ActivateWlanNotificationsL(); - - /** * Get login timer value for the specified client. * @since Series 60 5.2 * @param aClientUid, clients user id @@ -295,13 +288,6 @@ * @param aIapId, IAP id */ void RemoveClientIap( TUint aIapId ); - - /** - * Returns Easy WLAN IAP id. - * @since Series 60 5.2 - * @return Easy WLAN id - */ - TInt GetEasyWlanId(); private: @@ -400,11 +386,7 @@ * Array for storing client IAPs and their UIDs. */ RArray iClientIaps; - - /** - * Easy WLAN IAP Id - */ - TInt iEasyWlanId; + }; #endif