wlan_bearer/wlanldd/wlan_common/umac_common/inc/umacdfcclient.h
changeset 0 c40eb8fe8501
equal deleted inserted replaced
-1:000000000000 0:c40eb8fe8501
       
     1 /*
       
     2 * Copyright (c) 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:   dfc client callback interface
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 3 %
       
    20 */
       
    21 
       
    22 #ifndef WLANDFCCLIENT_H
       
    23 #define WLANDFCCLIENT_H
       
    24 
       
    25 /**
       
    26  *  dfc client callback interface
       
    27  *
       
    28  *
       
    29  *  @lib wlanumac.lib
       
    30  *  @since S60 v3.1
       
    31  */
       
    32 class MWlanDfcClient 
       
    33     {
       
    34 
       
    35 public:
       
    36 
       
    37     /**
       
    38      * dfc callback
       
    39      *
       
    40      * @since S60 v3.1
       
    41      * @param aCtx callback context
       
    42      */
       
    43     virtual void OnDfc( TAny* aCtx ) = 0;
       
    44 
       
    45     };
       
    46 
       
    47 
       
    48 #endif // WLANDFCCLIENT_H