textandlocutils/nearestlangutils/tsrc/t_langutilsserver.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:40:09 +0300
changeset 63 a145c1c7a5f4
permissions -rw-r--r--
Revision: 201037 Kit: 201037

/*
 ============================================================================
 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__