os/textandloc/textandlocutils/nearestlangutils/tsrc/t_langutilsserver.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2  ============================================================================
     3  Name		: T_LangUtilsServer.h
     4  Author	  : Yanchun Li
     5  Copyright   : Your copyright notice
     6  Description : Exe header file
     7  ============================================================================
     8  */
     9 
    10 #ifndef __T_LANGUTILSSERVER_H__
    11 #define __T_LANGUTILSSERVER_H__
    12 
    13 //  Include Files
    14 
    15 #include <test/testexecuteserverbase.h>
    16 
    17 class CT_LangUtilsServer : public CTestServer
    18     {
    19 public:
    20     static CT_LangUtilsServer* NewL();
    21 //from  CTestServer
    22     virtual CTestStep* CreateTestStep(const TDesC& aStepName);
    23     };
    24 
    25 #endif  // __T_LANGUTILSSERVER_H__
    26