wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/inc/wllddpowerindicator.h
changeset 0 c40eb8fe8501
equal deleted inserted replaced
-1:000000000000 0:c40eb8fe8501
       
     1 /*
       
     2 * Copyright (c) 2006-2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Declaration of the MWlanPowerIndicator class.
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 4 %
       
    20 */
       
    21 
       
    22 #ifndef M_WLANPOWERINDICATOR_H
       
    23 #define M_WLANPOWERINDICATOR_H
       
    24 
       
    25 /**
       
    26 *  Interface class for DWlanPowerHandler for indicating power events to wlanldd.
       
    27 *
       
    28 *  @since S60 v3.1
       
    29 */
       
    30 class MWlanPowerIndicator
       
    31     {
       
    32 
       
    33 public: 
       
    34     
       
    35     /**
       
    36     * Indicates that power up notification has been received from kernel 
       
    37     * side Power Manager.
       
    38     *
       
    39     * @since S60 3.1
       
    40     */
       
    41     virtual void OnPowerUp() = 0;
       
    42 
       
    43     /**
       
    44     * Indicates that power down request has been received from kernel 
       
    45     * side Power Manager.
       
    46     *
       
    47     * @since S60 3.1
       
    48     */
       
    49     virtual void OnPowerDown() = 0;
       
    50     };
       
    51 
       
    52 #endif  // M_WLANPOWERINDICATOR_H