commsprocess/commsrootserverconfig/te_cap_rootserver/te_rootserverplatsecConnectStep.h
equal
deleted
inserted
replaced
|
1 // Copyright (c) 2002-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 Connection Test Step |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 #if (!defined __KMDSERVERCONNECT_STEP_H__) |
|
22 #define __KMDSERVERCONNECT_STEP_H__ |
|
23 #include <test/testexecutestepbase.h> |
|
24 #include "te_rootserverplatsecConnectStepBase.h" |
|
25 |
|
26 class CRootServerPlatSecConnectStep : public Cte_rootserverplatsecConnectStepBase |
|
27 { |
|
28 public: |
|
29 CRootServerPlatSecConnectStep (); |
|
30 ~CRootServerPlatSecConnectStep (); |
|
31 virtual TVerdict doTestStepPreambleL(); |
|
32 virtual TVerdict doTestStepL(); |
|
33 virtual TVerdict doTestStepPostambleL(); |
|
34 |
|
35 // Please add/modify your class members here: |
|
36 private: |
|
37 }; |
|
38 |
|
39 _LIT(KRootServerPlatSecConnectStep,"rootserverConnectStep"); |
|
40 |
|
41 #endif |
|
42 |