commsfwutils/commsbufs/TS_mbufmgr/Test08TrimEnd.h
author Daniel A. Rubio <danielr@symbian.org>
Tue, 15 Jun 2010 12:13:42 +0100
branchGCC_SURGE
changeset 54 64e1813db64f
parent 0 dfb7c4ff071f
permissions -rw-r--r--
Bug 2964 - GCC-E compilation error in bt caused by commsfw -- Elif with missing expression

// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// Contains declaration of test step 08
// 
//

#if (!defined __TEST08TRIMEND_H__)
#define __TEST08TRIMEND_H__

NONSHARABLE_CLASS(CTest08TrimEnd) : public CTestStepCTMbufmgr
{
public:
	CTest08TrimEnd();
	~CTest08TrimEnd();

	virtual enum TVerdict doTestStepL( void );
private:

};

#endif //(__TEST08TRIMEND_H__)