textandlocutils/nearestlangutils/tsrc/t_langutilsserver.h
changeset 63 a145c1c7a5f4
equal deleted inserted replaced
57:01e38b33e72a 63:a145c1c7a5f4
       
     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