wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/inc/DataFrameMemMngr.h
branchRCL_3
changeset 3 6524e815f76f
parent 0 c40eb8fe8501
child 17 a828660c511c
equal deleted inserted replaced
0:c40eb8fe8501 3:6524e815f76f
     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:   Declaration of the DataFrameMemMngr class.
    14 * Description:   Declaration of the DataFrameMemMngr class.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 11 %
    19 * %version: 12 %
    20 */
    20 */
    21 
    21 
    22 #ifndef DATAFRAMEMMNGR_H
    22 #ifndef DATAFRAMEMMNGR_H
    23 #define DATAFRAMEMMNGR_H
    23 #define DATAFRAMEMMNGR_H
    24 
    24 
   143 private:
   143 private:
   144 
   144 
   145     /**
   145     /**
   146     * From DEthernetFrameMemMngr
   146     * From DEthernetFrameMemMngr
   147     * Memory finalization method.
   147     * Memory finalization method.
       
   148     * 
       
   149     * @param aThread The user mode client thread
   148     */
   150     */
   149     virtual void OnReleaseMemory();
   151     virtual void OnReleaseMemory( DThread& aThread );
   150     
   152     
   151     // Prohibit copy constructor.
   153     // Prohibit copy constructor.
   152     DataFrameMemMngr( const DataFrameMemMngr& );
   154     DataFrameMemMngr( const DataFrameMemMngr& );
   153     // Prohibit assigment operator.
   155     // Prohibit assigment operator.
   154     DataFrameMemMngr& operator= ( const DataFrameMemMngr& );  
   156     DataFrameMemMngr& operator= ( const DataFrameMemMngr& );