hotspotfw/hsserver/inc/hotspotserver.h
changeset 46 2fbd1d709fe7
parent 19 10810c91db26
child 61 e1d68407ed06
--- a/hotspotfw/hsserver/inc/hotspotserver.h	Wed Jun 23 19:25:42 2010 +0300
+++ b/hotspotfw/hsserver/inc/hotspotserver.h	Tue Jul 06 15:29:22 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