smsprotocols/smsstack/smsprot/Test/TE_SMSCAPS/te_smscapsserver.h
changeset 20 244d7c5f118e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
--- a/smsprotocols/smsstack/smsprot/Test/TE_SMSCAPS/te_smscapsserver.h	Fri Mar 19 09:55:57 2010 +0200
+++ b/smsprotocols/smsstack/smsprot/Test/TE_SMSCAPS/te_smscapsserver.h	Fri Apr 16 16:12:37 2010 +0300
@@ -15,13 +15,14 @@
 // 
 //
 
-#ifndef __TS_SMSCAPSSERVER_H__
+#ifndef TE_SMSCAPSSERVER_H
+#define TE_SMSCAPSSERVER_H
 
 #include <es_sock.h>
-#include <test/testexecuteserverbase.h>
-#include "te_smscapsstep.h"
 
-class CSmsCapsTestServer : public CTestServer
+#include "smsstackbasetestserver.h"
+
+class CSmsCapsTestServer : public CSmsStackTestServer
 	{
 public:
 	static CSmsCapsTestServer* NewL();
@@ -33,4 +34,4 @@
 	RFs iFs;
 	};
 
-#endif
+#endif // TE_SMSCAPSSERVER_H