os/persistentdata/traceservices/commsdebugutility/TE_commsdebugutility/inc/step_014_xx.h
Update contrib.
1 // Copyright (c) 2003-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // This is the header file for Flogger test 014.xx
17 #include <comms-infras/commsdebugutility.h>
21 #if (!defined __STEP_014_XX_H__)
22 #define __STEP__014_XX_H__
24 class CFloggerTest014_01 : public CTestStepFlogger
28 ~CFloggerTest014_01();
30 virtual enum TVerdict doTestStepL( void );
31 TInt executeStepL(TBool heapTest);
34 TInt DoTestCheckWriteL();
38 class CFloggerTest014_02 : public CTestStepFlogger
42 ~CFloggerTest014_02();
44 virtual enum TVerdict doTestStepL( void );
45 TInt executeStepL( void );
46 TInt executeStepL(TBool heapTest);
48 TInt DoTestCheckWriteL();
54 class CFloggerTest014_03 : public CTestStepFlogger
58 ~CFloggerTest014_03();
60 virtual enum TVerdict doTestStepL( void );
64 #endif //(__STEP_014_XX_H__)