smsprotocols/smsstack/smsprot/Test/TE_Smsprt/TE_smsprtserver.h
branchRCL_3
changeset 14 7ef16719d8cb
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
9:962e6306d9d2 14:7ef16719d8cb
    13 // Description:
    13 // Description:
    14 // @file
    14 // @file
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 #if (!defined __TE_SMSPRTSERVER_H__)
    18 #ifndef TE_SMSPRTSERVER_H
    19 #define __TE_SMSPRTSERVER_H__
    19 #define TE_SMSPRTSERVER_H
    20 #include "TE_smsprtbase.h"
       
    21 #include <test/testexecuteserverbase.h>
       
    22 
    20 
       
    21 #include <es_sock.h> 
    23 
    22 
    24 class CSmsPrtTestServer : public CTestServer
    23 #include "smsstackbasetestserver.h"
       
    24 
       
    25 class CSmsPrtTestServer : public CSmsStackTestServer
    25 	{
    26 	{
    26 public:
    27 public:
    27 	static CSmsPrtTestServer* NewL();
    28 	static CSmsPrtTestServer* NewL();
    28 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
    29 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
    29 	~CSmsPrtTestServer();
       
    30 
    30 
       
    31 private:
    31 	RSocketServ iSocketServer;
    32 	RSocketServ iSocketServer;
    32 	RSocket iSocket;
       
    33 	
       
    34 	};
    33 	};
    35 
    34 
    36 #endif
    35 #endif // TE_SMSPRTSERVER_H