equal
deleted
inserted
replaced
|
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". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // This is the header file for setting of the flogger.ini file |
|
15 |
|
16 |
|
17 #if (!defined __SETUP_H__) |
|
18 #define __SETUP_H__ |
|
19 #include "teststepcomsdbg.h" |
|
20 |
|
21 |
|
22 class CFloggerTest_Setup : public CTestStepFlogger |
|
23 { |
|
24 public: |
|
25 CFloggerTest_Setup(); |
|
26 ~CFloggerTest_Setup(); |
|
27 |
|
28 virtual enum TVerdict doTestStepL( void ); |
|
29 }; |
|
30 |
|
31 class CFloggerTest_InitializeIniFile : public CTestStepFlogger |
|
32 { |
|
33 public: |
|
34 CFloggerTest_InitializeIniFile(); |
|
35 ~CFloggerTest_InitializeIniFile(); |
|
36 |
|
37 virtual enum TVerdict doTestStepL( void ); |
|
38 }; |
|
39 |
|
40 |
|
41 class CFloggerTest_Restore : public CTestStepFlogger |
|
42 { |
|
43 public: |
|
44 CFloggerTest_Restore(); |
|
45 ~CFloggerTest_Restore(); |
|
46 |
|
47 virtual enum TVerdict doTestStepL( void ); |
|
48 }; |
|
49 |
|
50 |
|
51 #endif //(__SETUP_H__) |