textandlocutils/nearestlangutils/tsrc/t_langutilsserver.h
changeset 59 7d891bb52a7d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/textandlocutils/nearestlangutils/tsrc/t_langutilsserver.h	Tue Sep 07 16:39:34 2010 +0800
@@ -0,0 +1,26 @@
+/*
+ ============================================================================
+ Name		: T_LangUtilsServer.h
+ Author	  : Yanchun Li
+ Copyright   : Your copyright notice
+ Description : Exe header file
+ ============================================================================
+ */
+
+#ifndef __T_LANGUTILSSERVER_H__
+#define __T_LANGUTILSSERVER_H__
+
+//  Include Files
+
+#include <test/testexecuteserverbase.h>
+
+class CT_LangUtilsServer : public CTestServer
+    {
+public:
+    static CT_LangUtilsServer* NewL();
+//from  CTestServer
+    virtual CTestStep* CreateTestStep(const TDesC& aStepName);
+    };
+
+#endif  // __T_LANGUTILSSERVER_H__
+