First submit for debug plugin
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.core / src / net / sourceforge / phpdt / internal / debug / core / net_sourceforge_phpdt_internal_debug_core_Environment.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>\r
3 /* Header for class net_sourceforge_phpdt_internal_debug_core_Environment */
4
5 #ifndef _Included_net_sourceforge_phpdt_internal_debug_core_Environment
6 #define _Included_net_sourceforge_phpdt_internal_debug_core_Environment\r
7 #ifdef __cplusplus
8 extern "C" {
9 #endif\r
10 /*\r
11  * Class:     net_sourceforge_phpdt_internal_debug_core_Environment\r
12  * Method:    getenv\r
13  * Signature: (Ljava/lang/String;)Ljava/lang/String;\r
14  */\r
15 JNIEXPORT jstring JNICALL Java_net_sourceforge_phpdt_internal_debug_core_Environment_getenv\r
16   (JNIEnv *, jclass, jstring);
17 \r
18 /*\r
19  * Class:     net_sourceforge_phpdt_internal_debug_core_Environment\r
20  * Method:    setenv\r
21  * Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;\r
22  */\r
23 JNIEXPORT jstring JNICALL Java_net_sourceforge_phpdt_internal_debug_core_Environment_setenv\r
24   (JNIEnv *, jclass, jstring, jstring);
25 \r
26 #ifdef __cplusplus
27 }
28 #endif\r
29 #endif\r