equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: This file contains the header of additional |
|
15 * functions needed for Python support and used in PythonScripter, |
|
16 * TestEngine and TestCombiner. |
|
17 * |
|
18 */ |
|
19 |
|
20 #ifndef STIFPYTHONFUNENG_H |
|
21 #define STIFPYTHONFUNENG_H |
|
22 |
|
23 // INCLUDES |
|
24 #include <E32Base.h> |
|
25 |
|
26 // CONSTANTS |
|
27 // None |
|
28 |
|
29 // MACROS |
|
30 // None |
|
31 |
|
32 // DATA TYPES |
|
33 // None |
|
34 |
|
35 // FUNCTION PROTOTYPES |
|
36 TInt GetNewIndexForThreadL(void); |
|
37 |
|
38 // FORWARD DECLARATIONS |
|
39 // None |
|
40 |
|
41 // CLASS DECLARATION |
|
42 // None |
|
43 |
|
44 #endif // STIFPYTHONFUNENG_H |
|
45 |
|
46 // End of File |