diff -r 000000000000 -r bde4ae8d615e os/textandloc/textandlocutils/nearestlangutils/tsrc/t_langutilsserver.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/textandloc/textandlocutils/nearestlangutils/tsrc/t_langutilsserver.h Fri Jun 15 03:10:57 2012 +0200 @@ -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 + +class CT_LangUtilsServer : public CTestServer + { +public: + static CT_LangUtilsServer* NewL(); +//from CTestServer + virtual CTestStep* CreateTestStep(const TDesC& aStepName); + }; + +#endif // __T_LANGUTILSSERVER_H__ +