wlan_bearer/wlanldd/wlan_common/umac_common/src/UmacProtocolStackSideUmacCb.cpp
branchRCL_3
changeset 42 a828660c511c
parent 0 c40eb8fe8501
child 43 d3d7683d16f5
equal deleted inserted replaced
40:5fb7af913dfd 42:a828660c511c
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 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 ProtocolStackSideUmacCb class
    14 * Description:   Implementation of ProtocolStackSideUmacCb class
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 12 %
    19 * %version: 13 %
    20 */
    20 */
    21 
    21 
    22 #include "config.h"
    22 #include "config.h"
    23 #include "UmacProtocolStackSideUmacCb.h"
    23 #include "UmacProtocolStackSideUmacCb.h"
    24 
    24 
    85 // -----------------------------------------------------------------------------
    85 // -----------------------------------------------------------------------------
    86 // 
    86 // 
    87 // -----------------------------------------------------------------------------
    87 // -----------------------------------------------------------------------------
    88 //
    88 //
    89 TBool WlanProtocolStackSideUmacCb::ProtocolStackDataReceiveComplete( 
    89 TBool WlanProtocolStackSideUmacCb::ProtocolStackDataReceiveComplete( 
    90     const TDataBuffer*& aBufferStart, 
    90     TDataBuffer*& aBufferStart, 
    91     TUint32 aNumOfBuffers )
    91     TUint32 aNumOfBuffers )
    92     {
    92     {
    93     TBool status ( EFalse );
    93     TBool status ( EFalse );
    94     
    94     
    95     if ( iSelf )
    95     if ( iSelf )