mmtestenv/mmtestfwunittest/src/tsu_mmtsth21/TSU_MmTsth21.h
changeset 31 ae0addfe117e
parent 30 9707f1c07383
child 32 ae690a8c4a18
equal deleted inserted replaced
30:9707f1c07383 31:ae0addfe117e
     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 // This file contains definitions of the test step classes for TSU_MMTSTH21
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef __TSU_MMTSTH21_H__
       
    19 #define __TSU_MMTSTH21_H__
       
    20 
       
    21  
       
    22 // ServerConsole : MM-TSTH-U-2201
       
    23 class RTestMmTsthU2101 : public RTSUMmTsthStep21
       
    24 	{
       
    25 public:
       
    26 	static RTestMmTsthU2101* NewL();
       
    27 	RTestMmTsthU2101();
       
    28 	virtual TVerdict DoTestStepL();
       
    29 
       
    30 	};
       
    31 
       
    32 #endif // __TSU_MMTSTH21_H__