wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmplatform.h
branchRCL_3
changeset 18 d3d7683d16f5
parent 17 a828660c511c
--- a/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmplatform.h	Tue Aug 31 17:02:06 2010 +0300
+++ b/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmplatform.h	Wed Sep 01 12:41:05 2010 +0100
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 13 %
+* %version: 12 %
 */
 
 #ifndef WLMPLATFORM_H
@@ -103,16 +103,6 @@
          */
         virtual void ClearRegionCache() = 0;
         
-        /**
-         * WLAN has been set ON.
-         */
-        virtual void WlanOn() = 0;
-        
-        /**
-         * WLAN has been set OFF.
-         */
-        virtual void WlanOff() = 0;
-        
     };
 
 /**
@@ -195,12 +185,6 @@
          * @param aInterval WLAN BG scan interval in seconds.
          */
         IMPORT_C void PublishBgScanInterval( TUint32& aInterval );
-        
-        /**
-         * Get current WLAN on/off state.
-         * @return WLAN on/off state.
-         */
-        IMPORT_C TWlanOnOffState GetWlanOnOffState();
 
     protected:  // Methods
 
@@ -237,16 +221,6 @@
         void BtConnectionDisabled();
         
         /**
-         * (From MWlmSystemNotify) WLAN has been set ON.
-         */
-        void WlanOn();
-        
-        /**
-         * (From MWlmSystemNotify) WLAN has been set OFF.
-         */
-        void WlanOff();
-        
-        /**
          * (From MWlanSystemTimeCallback) 
          * User has changed the time and therefore cached WLAN region is not valid anymore.
          */