genericopenlibs/openenvcore/libc/test/testcaputime/inc/tutimeserver.h
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 /*
       
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * Name        : tstdioserver.h
       
    16 * 
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22  /*
       
    23 * ==============================================================================
       
    24 *  Name        : tstdioserver.h
       
    25 *  Part of     : teststdio
       
    26 *
       
    27 *  Description : ?Description
       
    28 *  Version:   0.5
       
    29 *
       
    30 *  Copyright (C) 2002 Nokia Corporation.
       
    31 *  This material, including documentation and any related 
       
    32 *  computer programs, is protected by copyright controlled by 
       
    33 *  Nokia Corporation. All rights are reserved. Copying, 
       
    34 *  including reproducing, storing,  adapting or translating, any 
       
    35 *  or all of this material requires the prior written consent of 
       
    36 *  Nokia Corporation. This material also contains confidential 
       
    37 *  information which may not be disclosed to others without the 
       
    38 *  prior written consent of Nokia Corporation.
       
    39 *
       
    40 * ============================================================================
       
    41 */
       
    42 
       
    43 #ifndef __TutimeSERVER_H__
       
    44 #define __TutimeSERVER_H__
       
    45 
       
    46 #include <f32file.h>
       
    47 #include <test/testexecuteserverbase.h>
       
    48 
       
    49 class CutimeTestServer : public CTestServer
       
    50 	{
       
    51 public:
       
    52 	static CutimeTestServer* NewL();
       
    53 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
       
    54 	RFs& Fs() {return iFs;}
       
    55 
       
    56 private:
       
    57 	RFs iFs;
       
    58 	};
       
    59 
       
    60 #endif //