smsprotocols/smsstack/wapprot/test/Te_wapprot/WapProtSuiteServer.h
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
19:1f776524b15c 20:244d7c5f118e
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 
       
    20 /**
    18 /**
    21  @file
    19     @file
       
    20     @test 
    22 */
    21 */
    23 
    22 
    24 #if (!defined __WAPPROT_SUITE_SERVER_H__)
    23 #ifndef WAPPROT_SUITE_SERVER_H
    25 #define __WAPPROT_SUITE_SERVER_H__
    24 #define WAPPROT_SUITE_SERVER_H
    26 #include <test/testexecuteserverbase.h>
       
    27 
    25 
    28 class CWapProtSuite : public CTestServer
    26 #include "smsstackbasetestserver.h" 
    29 	{
    27 
       
    28 class CWapProtSuite : public CSmsStackTestServer
       
    29     {
    30 public:
    30 public:
    31 	static CWapProtSuite* NewL();
    31     static CWapProtSuite* NewL();
    32 	// Base class pure virtual override
    32     // Base class pure virtual override
    33 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
    33     virtual CTestStep* CreateTestStep(const TDesC& aStepName);
    34 private:
    34     };
    35 	};
       
    36 
    35 
    37 #endif
    36 #endif  // WAPPROT_SUITE_SERVER_H