smsprotocols/smsstack/smsprot/Test/TE_SMSEMSPRT/TE_SMSEMSPRTSERVER.h
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
--- a/smsprotocols/smsstack/smsprot/Test/TE_SMSEMSPRT/TE_SMSEMSPRTSERVER.h	Fri Mar 19 09:55:57 2010 +0200
+++ b/smsprotocols/smsstack/smsprot/Test/TE_SMSEMSPRT/TE_SMSEMSPRTSERVER.h	Fri Apr 16 16:12:37 2010 +0300
@@ -15,17 +15,16 @@
 // 
 //
 
-#ifndef __TE_SMSEMSPRTSERVER_H__
-#define __TE_SMSEMSPRTSERVER_H__
-#include <test/testexecuteserverbase.h>
-#include "TE_SMSEMSPRTBASE.h"
+#ifndef TE_SMSEMSPRTSERVER_H
+#define TE_SMSEMSPRTSERVER_H
 
+#include "smsstackbasetestserver.h"
 
-class CSmsEmsPrtTestServer : public CTestServer
+class CSmsEmsPrtTestServer : public CSmsStackTestServer
 	{
 public:
 	static CSmsEmsPrtTestServer* NewL();
 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
 	};
 
-#endif // __TE_SMSEMSPRTSERVER_H__
+#endif // TE_SMSEMSPRTSERVER_H