hotspotfw/hsserver/inc/hotspotserver.h
changeset 39 7b3e49e4608a
parent 19 10810c91db26
child 61 e1d68407ed06
--- a/hotspotfw/hsserver/inc/hotspotserver.h	Thu Jun 10 15:44:54 2010 +0300
+++ b/hotspotfw/hsserver/inc/hotspotserver.h	Thu Jun 24 10:49:51 2010 +0300
@@ -288,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:
         
@@ -393,11 +386,7 @@
         * Array for storing client IAPs and their UIDs.
         */
         RArray<SClientIaps> iClientIaps;
-        
-        /**
-        * Easy WLAN IAP Id
-        */
-        TInt iEasyWlanId;
+
 	};
 
 #endif