commsfwutils/commsbufs/TS_mbufmgr/TestSuiteCTMbufmgr.h
changeset 72 ae47d0499bee
parent 68 5da8188e392b
child 77 c9776eadbffd
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Contains declaration of CTestSuiteCTMbufmgr that is
       
    15 // container class for all Mbufmgr test steps
       
    16 // 
       
    17 //
       
    18 
       
    19 #if (!defined __TESTSUITECTMBUFMGR_H__)
       
    20 #define __TESTSUITECTMBUFMGR_H__
       
    21 
       
    22 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    23 #include "networking/testsuite.h"
       
    24 #else
       
    25 #include <networking/testsuite.h>
       
    26 #endif
       
    27 
       
    28 class CMBufManager;
       
    29 
       
    30 NONSHARABLE_CLASS(CTestSuiteCTMbufmgr) : public CTestSuite
       
    31 {
       
    32 public:
       
    33 	void InitialiseL( void );
       
    34 	~CTestSuiteCTMbufmgr();
       
    35 	void AddTestStepL( CTestStepCTMbufmgr * ptrTestStep );
       
    36 	TPtrC GetVersion( void );
       
    37 
       
    38 	CActiveScheduler* as;
       
    39 	CMBufManager* MBMngr;
       
    40 private:
       
    41 };
       
    42 
       
    43 #endif /* __TESTSUITECTMBUFMGR_H__ */