fax/faxclientandserver/Test/TE_FAX/TE_FaxServer.h
changeset 20 244d7c5f118e
parent 19 1f776524b15c
child 23 6b1d113cdff3
equal deleted inserted replaced
19:1f776524b15c 20:244d7c5f118e
     1 // Copyright (c) 2004-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 // Telephony Fax Test server header file.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 #ifndef __TE_FAXSERVER_H__
       
    24 #define __TE_FAXSERVER_H__
       
    25 
       
    26 #include <test/testexecuteserverbase.h>
       
    27 #include "TE_FaxBase.h"
       
    28 
       
    29 
       
    30 class CFaxTestServer : public CTestServer
       
    31 	{
       
    32 public:
       
    33 	static CFaxTestServer* NewL();
       
    34 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
       
    35 
       
    36 private:
       
    37 	};
       
    38 
       
    39 #endif // __TE_FAXSERVER_H__