hotspotfw/hsserver/inc/hotspotserver.h
branchRCL_3
changeset 25 f28ada11abbf
parent 24 63be7eb3fc78
--- a/hotspotfw/hsserver/inc/hotspotserver.h	Tue Aug 31 16:18:40 2010 +0300
+++ b/hotspotfw/hsserver/inc/hotspotserver.h	Wed Sep 01 12:20:32 2010 +0100
@@ -239,6 +239,13 @@
         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
@@ -288,6 +295,13 @@
         * @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:
         
@@ -386,7 +400,11 @@
         * Array for storing client IAPs and their UIDs.
         */
         RArray<SClientIaps> iClientIaps;
-
+        
+        /**
+        * Easy WLAN IAP Id
+        */
+        TInt iEasyWlanId;
 	};
 
 #endif