hotspotfw/hsserver/inc/hotspotserver.h
branchRCL_3
changeset 24 63be7eb3fc78
parent 23 b852595f5cbe
child 25 f28ada11abbf
--- 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<SClientIaps> iClientIaps;
-        
-        /**
-        * Easy WLAN IAP Id
-        */
-        TInt iEasyWlanId;
+
 	};
 
 #endif