os/persistentdata/traceservices/commsdebugutility/TE_commsdebugutility/inc/step_015_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 015.xx
17 #include <comms-infras/commsdebugutility.h>
21 #if (!defined __STEP_015_XX_H__)
22 #define __STEP__015_XX_H__
24 class CFloggerTest015_01 : public CTestStepFlogger
28 ~CFloggerTest015_01();
30 virtual enum TVerdict doTestStepL( void );
32 TInt executeStepL(TBool heapTest);
34 TInt DoTestCheckWriteL();
39 class CFloggerTest015_02 : public CTestStepFlogger
43 ~CFloggerTest015_02();
45 virtual enum TVerdict doTestStepL( void );
46 TInt executeStepL(TBool heapTest);
47 TInt executeStepL( void );
49 TInt DoTestCheckWriteL();
54 class CFloggerTest015_03 : public CTestStepFlogger
58 ~CFloggerTest015_03();
60 virtual enum TVerdict doTestStepL( void );
61 TInt executeStepL(TBool heapTest);
62 TInt executeStepL( void );
64 TInt DoTestCheckWriteL();
69 class CFloggerTest015_04 : public CTestStepFlogger
73 ~CFloggerTest015_04();
75 virtual enum TVerdict doTestStepL( void );
79 #endif //(__STEP_015_XX_H__)