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 // // Root Server Test Section 7 - configure Root Server |
|
15 // |
|
16 // |
|
17 |
|
18 |
|
19 #if (!defined __ROOTSERVERTEST_7_H__) |
|
20 #define __ROOTSERVERTEST_7_H__ |
|
21 |
|
22 class CRootServerTest7_1 : public CTestStepRootServer |
|
23 { |
|
24 public: |
|
25 CRootServerTest7_1(); |
|
26 |
|
27 virtual TVerdict doTestStepL( void ); |
|
28 }; |
|
29 |
|
30 class CRootServerTest7_2 : public CTestStepRootServer |
|
31 { |
|
32 public: |
|
33 CRootServerTest7_2(); |
|
34 |
|
35 virtual TVerdict doTestStepL( void ); |
|
36 }; |
|
37 |
|
38 class CRootServerTest7_3 : public CTestStepRootServer |
|
39 { |
|
40 public: |
|
41 CRootServerTest7_3(); |
|
42 |
|
43 virtual TVerdict doTestStepL( void ); |
|
44 }; |
|
45 |
|
46 class CRootServerTest7_4 : public CTestStepRootServer |
|
47 { |
|
48 public: |
|
49 CRootServerTest7_4(); |
|
50 |
|
51 virtual TVerdict doTestStepL( void ); |
|
52 }; |
|
53 |
|
54 |
|
55 #endif //(__ROOTSERVERTEST_7_H__) |
|
56 |