smsprotocols/smsstack/smsprot/Test/TE_SMSPRTSTRESS/TE_smsprtstressserver.h
branchRCL_3
changeset 14 7ef16719d8cb
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
9:962e6306d9d2 14:7ef16719d8cb
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 #if (!defined __TE_SMSPRTSTRESSSERVER_H__)
    16 #ifndef TE_SMSPRTSTRESSSERVER_H
    17 #define __TE_SMSPRTSTRESSSERVER_H__
    17 #define TE_SMSPRTSTRESSSERVER_H
    18 #include "TE_smsprtstressbase.h"
       
    19 #include <test/testexecuteserverbase.h>
       
    20 
    18 
    21 class CSmsPrtStressTestServer : public CTestServer
    19 #include "smsstackbasetestserver.h"
       
    20 
       
    21 class CSmsPrtStressTestServer : public CSmsStackTestServer
    22 	{
    22 	{
    23 public:
    23 public:
    24 	static CSmsPrtStressTestServer* NewL();
    24 	static CSmsPrtStressTestServer* NewL();
    25 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
    25 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
    26 	};
    26 	};
    27 
    27 
    28 #endif
    28 #endif // TE_SMSPRTSTRESSSERVER_H