1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/textandloc/textandlocutils/nearestlangutils/tsrc/t_langutilsserver.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,26 @@
1.4 +/*
1.5 + ============================================================================
1.6 + Name : T_LangUtilsServer.h
1.7 + Author : Yanchun Li
1.8 + Copyright : Your copyright notice
1.9 + Description : Exe header file
1.10 + ============================================================================
1.11 + */
1.12 +
1.13 +#ifndef __T_LANGUTILSSERVER_H__
1.14 +#define __T_LANGUTILSSERVER_H__
1.15 +
1.16 +// Include Files
1.17 +
1.18 +#include <test/testexecuteserverbase.h>
1.19 +
1.20 +class CT_LangUtilsServer : public CTestServer
1.21 + {
1.22 +public:
1.23 + static CT_LangUtilsServer* NewL();
1.24 +//from CTestServer
1.25 + virtual CTestStep* CreateTestStep(const TDesC& aStepName);
1.26 + };
1.27 +
1.28 +#endif // __T_LANGUTILSSERVER_H__
1.29 +