commsprocess/commsrootserverconfig/ts_rootserver/RootServerTestSection8.h
changeset 72 ae47d0499bee
parent 68 5da8188e392b
child 77 c9776eadbffd
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
     1 // Copyright (c) 2006-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 8 - configure Root Server
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 #if (!defined __ROOTSERVERTEST_8_H__)
       
    20 #define __ROOTSERVERTEST_8_H__
       
    21 
       
    22 class CRootServerTest8_1 : public CTestStepRootServer
       
    23 {
       
    24 public:
       
    25 	CRootServerTest8_1();
       
    26 
       
    27 	virtual TVerdict doTestStepL( void );
       
    28 
       
    29 private:
       
    30 	void TestConvertPriorityValidL(const TDesC8& aPriorityName, TThreadPriority aExpectedPriority, TVerdict& aVerdict);
       
    31 	void TestConvertPriorityInvalidL(const TDesC8& aPriorityName, TVerdict& aVerdict);
       
    32 };
       
    33 
       
    34 #endif //(__ROOTSERVERTEST_8_H__)
       
    35