genericopenlibs/openenvcore/libc/test/testcapioccom/inc/tioccomserver.h
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 /*
       
     2 * Copyright (c) 2006 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 *
       
    16 */
       
    17 
       
    18 
       
    19  /*
       
    20 * ==============================================================================
       
    21 *  Name        : tioccomserver.h
       
    22 *  Part of     : testioccom
       
    23 *
       
    24 *  Description : ?Description
       
    25 *  Version:   0.5
       
    26 *
       
    27 *  Copyright (C) 2002 Nokia Corporation.
       
    28 *  This material, including documentation and any related 
       
    29 *  computer programs, is protected by copyright controlled by 
       
    30 *  Nokia Corporation. All rights are reserved. Copying, 
       
    31 *  including reproducing, storing,  adapting or translating, any 
       
    32 *  or all of this material requires the prior written consent of 
       
    33 *  Nokia Corporation. This material also contains confidential 
       
    34 *  information which may not be disclosed to others without the 
       
    35 *  prior written consent of Nokia Corporation.
       
    36 *
       
    37 * ============================================================================
       
    38 */
       
    39 
       
    40 #ifndef __TioccomSERVER_H__
       
    41 #define __TioccomSERVER_H__
       
    42 
       
    43 #include <f32file.h>
       
    44 #include <test/testexecuteserverbase.h>
       
    45 
       
    46 class CioccomTestServer : public CTestServer
       
    47 	{
       
    48 public:
       
    49 	static CioccomTestServer* NewL();
       
    50 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
       
    51 	RFs& Fs() {return iFs;}
       
    52 
       
    53 private:
       
    54 	RFs iFs;
       
    55 	};
       
    56 
       
    57 #endif //