commsconfig/commsdatabaseshim/TE_commdb/te_cdma2000Settings/inc/te_cdmacommdbsettingssvr.h
changeset 72 ae47d0499bee
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
       
     1 //
       
     2 //
       
     3 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 // All rights reserved.
       
     5 // This component and the accompanying materials are made available
       
     6 // under the terms of "Eclipse Public License v1.0"
       
     7 // which accompanies this distribution, and is available
       
     8 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 //
       
    10 // Initial Contributors:
       
    11 // Nokia Corporation - initial contribution.
       
    12 //
       
    13 // Contributors:
       
    14 //
       
    15 // Description:
       
    16 //
       
    17 //
       
    18 //
       
    19 
       
    20 /**
       
    21  @file 
       
    22  @internalComponent
       
    23  
       
    24  
       
    25  Standard TestExecute server header:
       
    26  */
       
    27 
       
    28 
       
    29 #ifndef __TE_Cdma2000settingsSVR_H__
       
    30 #define __TE_Cdma2000settingsSVR_H__
       
    31 
       
    32 #include <testexecuteserverbase.h>
       
    33 
       
    34 /**
       
    35 TestSuite server
       
    36 
       
    37 @internalComponent
       
    38 @test
       
    39 */
       
    40 class CTe_Cdma2000CommdbSettingsSvr : public CTestServer
       
    41 	{
       
    42 public:
       
    43 	static CTe_Cdma2000CommdbSettingsSvr* NewL();
       
    44 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
       
    45 	RFs& Fs(){return iFs;};
       
    46 
       
    47 private:
       
    48 	RFs iFs;
       
    49 	};
       
    50 	
       
    51 #endif