commsfwutils/commsbufs/TE_mbufmgr/inc/Test22Append.h
changeset 72 ae47d0499bee
parent 0 dfb7c4ff071f
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
       
     1 // Copyright (c) 2008-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 // Test22Append.h
       
    15 // Contains declaration of test step 22
       
    16 //
       
    17 //
       
    18 
       
    19 #if (!defined __TEST22APPEND_H__)
       
    20 #define __TEST22APPEND_H__
       
    21 
       
    22 NONSHARABLE_CLASS(CTest22Append) : public CTestStepCTMbufmgr
       
    23 {
       
    24 public:
       
    25 	CTest22Append();
       
    26 	~CTest22Append();
       
    27 
       
    28 	virtual enum TVerdict doTestStepL( void );
       
    29 private:
       
    30 };
       
    31 
       
    32 #endif //(__TEST09ALIGN_H__)