wapstack/wapmessageapi/te_wapstack/src/WapStackSuiteServer.h
changeset 49 f50f4094acd7
equal deleted inserted replaced
48:14460bf2a402 49:f50f4094acd7
       
     1 /**
       
     2 * Copyright (c) 2002-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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file WapStackSuiteServer.h
       
    22 */
       
    23 
       
    24 #if (!defined __WAPSTACK_SUITE_SERVER_H__)
       
    25 #define __WAPSTACK_SUITE_SERVER_H__
       
    26 #include <test/testexecuteserverbase.h>
       
    27 
       
    28 class CWapStackSuite : public CTestServer
       
    29 	{
       
    30 public:
       
    31 	IMPORT_C TInt NewServer();
       
    32 	static CWapStackSuite* NewL();
       
    33 	// Base class pure virtual override
       
    34 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
       
    35 private:
       
    36 	};
       
    37 
       
    38 #endif