hotspotfw/hsserver/inc/hotspotsession.h
changeset 2 6e4b6261703d
parent 0 56b72877c1cb
child 15 dff6ebfd236f
--- a/hotspotfw/hsserver/inc/hotspotsession.h	Thu Jan 07 13:31:53 2010 +0200
+++ b/hotspotfw/hsserver/inc/hotspotsession.h	Mon Jan 18 21:21:32 2010 +0200
@@ -20,7 +20,6 @@
 #define HOTSPOTSESSION_H
 
 //  INCLUDES
-#include <centralrepository.h>
 #include "hssclientplugin.h"
 #include <e32base.h>
 #include <e32svr.h>
@@ -233,6 +232,12 @@
         * @param aString, redirect URL
         */        
         void AuthenticateL( const TDesC& aString );
+        
+        /**
+        * Reads EasyWLAN IAP id
+        * @return None 
+        */
+        void EasyWlanIdL();
     
     private:    // Data
     
@@ -323,12 +328,6 @@
         * Flag for notification sending
         */       
 		TBool iAllowNotifications;
-		
-        /**
-        * Instance of CenRep
-        * Own.  
-        */
-        CRepository* iRepository;
         
         /**
         * Client UID of this session
@@ -339,6 +338,11 @@
         * Flag for indicate if extended HSFW API is used
         */
         TBool iHotspotExtension;
+        
+        /**
+        * Easy WLAN IAP Id
+        */
+        TUint32 iEasyWlanId;
 	};
 	
 #endif