commsfwutils/commsbufs/TS_mbufmgr/Test12General.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 // Test12General.cpp
       
    15 // Contains declarations of test step 12 
       
    16 // 
       
    17 //
       
    18 
       
    19 
       
    20 #if (!defined __TEST12GENERAL_H__)
       
    21 #define __TEST12GENERAL_H__
       
    22 class RMBufChain;
       
    23 class RMBufPktQ;
       
    24 NONSHARABLE_CLASS(CTest12General) : public CTestStepCTMbufmgr
       
    25 {
       
    26 public:
       
    27 	CTest12General();
       
    28 	~CTest12General();
       
    29 
       
    30 	virtual enum TVerdict doTestStepL( void );
       
    31 private:
       
    32 
       
    33 	void LeaveIfErrorL(TInt aErr, RMBufChain& aChain, const TDesC& aMsg);
       
    34 	void LeaveIfDifferentL(TInt aLHS, TInt aRHS, RMBufChain& aChain, const TDesC& aMsg);
       
    35 	void Test_QueueStats(RMBufPktQ &aQueue, const TText *aName);
       
    36 	typedef struct Test_str //This will be header used in test
       
    37 	{
       
    38 		TUint8 iHdr[20];
       
    39 	} Test_str;
       
    40 
       
    41 };
       
    42 #endif //(__TEST12GENERAL_H__)