commsprocess/commsrootserverconfig/TE_rootserver/inc/RootServerTestSection2.h
changeset 72 ae47d0499bee
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
       
     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 ROOTSERVER test section 2
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 #if (!defined __ROOTSERVERTEST_2_H__)
       
    20 #define __ROOTSERVERTEST_2_H__
       
    21 
       
    22 
       
    23 class CRootServerTest2_1 : public CTestStepRootServer
       
    24 {
       
    25 public:
       
    26 	CRootServerTest2_1(CTE_RootServerServer *aSuite);
       
    27 
       
    28 	virtual TVerdict doTestStepL( void );
       
    29 };
       
    30 
       
    31 class CRootServerTest2_2 : public CTestStepRootServer
       
    32 {
       
    33 public:
       
    34 	CRootServerTest2_2(CTE_RootServerServer *aSuite);
       
    35 
       
    36 	virtual TVerdict doTestStepL( void );
       
    37 };
       
    38 
       
    39 class CRootServerTest2_3 : public CTestStepRootServer
       
    40 {
       
    41 public:
       
    42 	CRootServerTest2_3(CTE_RootServerServer *aSuite);
       
    43 
       
    44 	virtual TVerdict doTestStepL( void );
       
    45 };
       
    46 
       
    47 #endif //(__ROOTSERVERTEST_2_H__)