wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmplatformdata.h
changeset 30 7d966ab5304a
parent 19 629e60dfa279
equal deleted inserted replaced
25:a0fdcd0e4c56 30:7d966ab5304a
    14 * Description:  Interface class to CenRep and PubSub
    14 * Description:  Interface class to CenRep and PubSub
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 13 %
    19 * %version: 14 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLMPLATFORMDATA_H
    22 #ifndef WLMPLATFORMDATA_H
    23 #define WLMPLATFORMDATA_H
    23 #define WLMPLATFORMDATA_H
    24 
    24 
   125          */
   125          */
   126         void NotifyWlanOnOffObserver();
   126         void NotifyWlanOnOffObserver();
   127         
   127         
   128         /**
   128         /**
   129          * Method for publishing WLAN on/off state.
   129          * Method for publishing WLAN on/off state.
   130          * @since S60^4
       
   131          * @param aWlanState WLAN state to be published.
   130          * @param aWlanState WLAN state to be published.
   132          * @return Symbian error code.
   131          */
   133          */
   132         void PublishWlanOnOff( TPSWlanOnOff aWlanState );
   134         TInt PublishWlanOnOff( TPSWlanOnOff aWlanState );
       
   135 
   133 
   136     private:  // Definitions
   134     private:  // Definitions
   137         
   135         
   138         /**
   136         /**
   139          * Last WLAN on/off state notified to the observer.
   137          * Last WLAN on/off state notified to the observer.