hotspotfw/hsserver/inc/hotspotserver.h
changeset 2 6e4b6261703d
parent 0 56b72877c1cb
child 9 cb0d84368d6e
child 15 dff6ebfd236f
--- a/hotspotfw/hsserver/inc/hotspotserver.h	Thu Jan 07 13:31:53 2010 +0200
+++ b/hotspotfw/hsserver/inc/hotspotserver.h	Mon Jan 18 21:21:32 2010 +0200
@@ -231,20 +231,6 @@
         * @return None
         */
         void CheckIapsL();
-       
-        /**
-        * Checks EasyWLAN service id
-        * @since Series 60 MCL
-        * @return ETrue if commits were successful, otherwise EFalse. 
-        */
-        TBool EasyWlanIdL();
-        
-        /**
-        * Getter for EasyWLAN service id
-        * @since Series 60 MCL
-        * @return EasyWLAN IAP id
-        */
-        TUint32 GetEasyWlanId();
         
         /**
         * Get login timer value for the specified client.
@@ -360,16 +346,6 @@
         TInt iCurrentServiceIdInUse;
         
         /**
-        * Return/leave value of ChangeConfigDaemonL()   
-        */
-        TInt iConfigDaemonChanged;
-        
-        /**
-        * Service id of IAP in use
-        */
-        TUint32 iEasyWlanId;
-
-        /**
         * Array for storing client dependent login and logout timer values.
         */
         RArray<SLoginLogoutTimers> iLoginLogoutTimerArray;