textandlocutils/nearestlangutils/tsrc/t_langutilsserver.h
author MattD <mattd@symbian.org>
Mon, 08 Feb 2010 15:30:13 +0000
changeset 66 18fedaf0292a
parent 59 7d891bb52a7d
permissions -rw-r--r--
Bug 1543 - Freetype.dll cannot be built. Added Freetype back in (same fix as in SFL repo)

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