wlan_bearer/wlanldd/wlan_common/umac_common/src/UmacManagementSideUmacCb.cpp
branchRCL_3
changeset 18 d3d7683d16f5
parent 17 a828660c511c
equal deleted inserted replaced
17:a828660c511c 18:d3d7683d16f5
     1 /*
     1 /*
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    14 * Description:   Implementation of the WlanManagementSideUmacCb class.
    14 * Description:   Implementation of the WlanManagementSideUmacCb class.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 20 %
    19 * %version: 19 %
    20 */
    20 */
    21 
    21 
    22 #include "config.h"
    22 #include "config.h"
    23 #include "UmacManagementSideUmacCb.h"
    23 #include "UmacManagementSideUmacCb.h"
    24 
    24 
   119 // ---------------------------------------------------------------------------
   119 // ---------------------------------------------------------------------------
   120 // 
   120 // 
   121 // ---------------------------------------------------------------------------
   121 // ---------------------------------------------------------------------------
   122 //
   122 //
   123 void WlanManagementSideUmacCb::MgmtDataReceiveComplete( 
   123 void WlanManagementSideUmacCb::MgmtDataReceiveComplete( 
   124     TDataBuffer*& aBufferStart, 
   124     const TDataBuffer*& aBufferStart, 
   125     TUint32 aNumOfBuffers )
   125     TUint32 aNumOfBuffers )
   126     {
   126     {
   127     if ( iSelf )
   127     if ( iSelf )
   128         {
   128         {
   129         iSelf->MgmtDataReceiveComplete( aBufferStart, aNumOfBuffers );
   129         iSelf->MgmtDataReceiveComplete( aBufferStart, aNumOfBuffers );