wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/inc/MgmtFrameMemMngr.h
branchRCL_3
changeset 3 6524e815f76f
parent 0 c40eb8fe8501
child 22 c6a1762761b8
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 MgmtFrameMemMngr class.
    14 * Description:   Declaration of the MgmtFrameMemMngr class.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 14 %
    19 * %version: 15 %
    20 */
    20 */
    21 
    21 
    22 #ifndef MGMTFRAMEMMNGR_H
    22 #ifndef MGMTFRAMEMMNGR_H
    23 #define MGMTFRAMEMMNGR_H
    23 #define MGMTFRAMEMMNGR_H
    24 
    24 
   162     * From DEthernetFrameMemMngr
   162     * From DEthernetFrameMemMngr
   163     * Memory finalization method.
   163     * Memory finalization method.
   164     * Deallocates the shared memory chunk
   164     * Deallocates the shared memory chunk
   165     *
   165     *
   166     * @since S60 3.1
   166     * @since S60 3.1
   167     */
   167     * @param aThread The user mode client thread
   168     virtual void OnReleaseMemory();
   168     */
       
   169     virtual void OnReleaseMemory( DThread& aThread );
   169 
   170 
   170     // Prohibit copy constructor.
   171     // Prohibit copy constructor.
   171     MgmtFrameMemMngr( const MgmtFrameMemMngr& );
   172     MgmtFrameMemMngr( const MgmtFrameMemMngr& );
   172     // Prohibit assigment operator.
   173     // Prohibit assigment operator.
   173     MgmtFrameMemMngr& operator= ( const MgmtFrameMemMngr & ); 
   174     MgmtFrameMemMngr& operator= ( const MgmtFrameMemMngr & );