1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 /* |
2 // All rights reserved. |
2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
3 // This component and the accompanying materials are made available |
3 * All rights reserved. |
4 // under the terms of "Eclipse Public License v1.0" |
4 * This component and the accompanying materials are made available |
5 // which accompanies this distribution, and is available |
5 * under the terms of "Eclipse Public License v1.0" |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 * which accompanies this distribution, and is available |
7 // |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 // Initial Contributors: |
8 * |
9 // Nokia Corporation - initial contribution. |
9 * Initial Contributors: |
10 // |
10 * Nokia Corporation - initial contribution. |
11 // Contributors: |
11 * |
12 // |
12 * Contributors: |
13 // Description: |
13 * |
14 // for (WINS && !EKA2) versions will be xxxServer.Dll and require a thread to be started |
14 * Description: |
15 // in the process of the client. The client initialises the server by calling the |
15 * for (WINS && !EKA2) versions will be xxxServer.Dll and require a thread to be started |
16 // one and only ordinal. |
16 * in the process of the client. The client initialises the server by calling the |
17 // |
17 * one and only ordinal. |
18 // |
18 * |
|
19 */ |
|
20 |
19 |
21 |
20 #include <e32base.h> |
22 #include <e32base.h> |
21 #include <e32cmn.h> |
23 #include <e32cmn.h> |
22 |
24 |
23 #if (!defined TS_PARAM_SVR_SUITENAME_SERVER_H_) |
25 #if (!defined TS_PARAM_SVR_SUITENAME_SERVER_H_) |
24 #include "CSuite.h" |
26 #include "csuite.h" |
25 #endif |
27 #endif |
26 |
28 |
27 |
29 |
28 PARAM_FOREACH_MESS_BEGIN |
30 PARAM_FOREACH_MESS_BEGIN |
29 #include "PARAM_MESS_NAME_CStep.h" |
31 #include "param_mess_name_cstep.h" |
30 PARAM_FOREACH_MESS_END |
32 PARAM_FOREACH_MESS_END |
31 |
33 |
32 // __EDIT_ME__ - Substitute the name of your test server |
34 // __EDIT_ME__ - Substitute the name of your test server |
33 _LIT(KServerName,"Cap_PARAM_SVR_SUITENAME_sc"); |
35 _LIT(KServerName,"Cap_PARAM_SVR_SUITENAME_sc"); |
34 // __EDIT_ME__ - Use your own server class name |
36 // __EDIT_ME__ - Use your own server class name |