smsprotocols/smsstack/smsprot/Test/TE_SMSEMSPRT/TE_SMSEMSPRTSERVER.h
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
19:1f776524b15c 20:244d7c5f118e
    13 // Description:
    13 // Description:
    14 // @file
    14 // @file
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 #ifndef __TE_SMSEMSPRTSERVER_H__
    18 #ifndef TE_SMSEMSPRTSERVER_H
    19 #define __TE_SMSEMSPRTSERVER_H__
    19 #define TE_SMSEMSPRTSERVER_H
    20 #include <test/testexecuteserverbase.h>
       
    21 #include "TE_SMSEMSPRTBASE.h"
       
    22 
    20 
       
    21 #include "smsstackbasetestserver.h"
    23 
    22 
    24 class CSmsEmsPrtTestServer : public CTestServer
    23 class CSmsEmsPrtTestServer : public CSmsStackTestServer
    25 	{
    24 	{
    26 public:
    25 public:
    27 	static CSmsEmsPrtTestServer* NewL();
    26 	static CSmsEmsPrtTestServer* NewL();
    28 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
    27 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
    29 	};
    28 	};
    30 
    29 
    31 #endif // __TE_SMSEMSPRTSERVER_H__
    30 #endif // TE_SMSEMSPRTSERVER_H