applayerprotocols/httptransportfw/Test/TestScriptTest/TestScriptTestServer.h
changeset 0 b16258d2340f
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 2006-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 //
       
    15 
       
    16 #ifndef __TEST_SCRIPTTEST_SERVER_H__
       
    17 #define __TEST_SCRIPTTEST_SERVER_H__
       
    18 
       
    19 // System Includes
       
    20 #include <test/testexecuteserverbase.h>
       
    21 
       
    22 /**
       
    23 The test server.
       
    24 @internalTechnology
       
    25 @test
       
    26 */
       
    27 class CTestScriptTestServer : public CTestServer
       
    28 	{
       
    29 public:
       
    30 	// Construction
       
    31 	static	CTestScriptTestServer* 	NewL();
       
    32 
       
    33 	// Destruction
       
    34 	~CTestScriptTestServer();
       
    35 
       
    36 	// Base class pure virtual
       
    37 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
       
    38 	};
       
    39 
       
    40 #endif		// __TEST_SCRIPTTEST_SERVER_H__