sl@0
|
1 |
/*
|
sl@0
|
2 |
============================================================================
|
sl@0
|
3 |
Name : T_LangUtilsServer.h
|
sl@0
|
4 |
Author : Yanchun Li
|
sl@0
|
5 |
Copyright : Your copyright notice
|
sl@0
|
6 |
Description : Exe header file
|
sl@0
|
7 |
============================================================================
|
sl@0
|
8 |
*/
|
sl@0
|
9 |
|
sl@0
|
10 |
#ifndef __T_LANGUTILSSERVER_H__
|
sl@0
|
11 |
#define __T_LANGUTILSSERVER_H__
|
sl@0
|
12 |
|
sl@0
|
13 |
// Include Files
|
sl@0
|
14 |
|
sl@0
|
15 |
#include <test/testexecuteserverbase.h>
|
sl@0
|
16 |
|
sl@0
|
17 |
class CT_LangUtilsServer : public CTestServer
|
sl@0
|
18 |
{
|
sl@0
|
19 |
public:
|
sl@0
|
20 |
static CT_LangUtilsServer* NewL();
|
sl@0
|
21 |
//from CTestServer
|
sl@0
|
22 |
virtual CTestStep* CreateTestStep(const TDesC& aStepName);
|
sl@0
|
23 |
};
|
sl@0
|
24 |
|
sl@0
|
25 |
#endif // __T_LANGUTILSSERVER_H__
|
sl@0
|
26 |
|