commsfwutils/commsbufs/version1/mbufmgr/TS_mbufmgr/Test12General.h
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     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 
       
    23 NONSHARABLE_CLASS(CTest12General) : public CTestStepCTMbufmgr
       
    24 {
       
    25 public:
       
    26 	CTest12General();
       
    27 	~CTest12General();
       
    28 
       
    29 	virtual enum TVerdict doTestStepL( void );
       
    30 private:
       
    31 
       
    32 	void LeaveIfErrorL(TInt aErr, RMBufChain& aChain, const TDesC& aMsg);
       
    33 	void LeaveIfDifferentL(TInt aLHS, TInt aRHS, RMBufChain& aChain, const TDesC& aMsg);
       
    34 	void Test_QueueStats(RMBufPktQ &aQueue, const TText *aName);
       
    35 	typedef struct Test_str //This will be header used in test
       
    36 	{
       
    37 		TUint8 iHdr[20];
       
    38 	} Test_str;
       
    39 
       
    40 };
       
    41 #endif //(__TEST12GENERAL_H__)