Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2002-09-03 16:16:20 +0000
committerDavid Inglis2002-09-03 16:16:20 +0000
commit25863f8649290d33e14f1d3c10a22be8f2bc7ff5 (patch)
tree6c1d79e068f5dc092a1d9ae22c0bbc9be3c07bcd /core/org.eclipse.cdt.core.win32/library/Spawner.h
parent484862d9105b974fcfb745ded4821ba691e50cac (diff)
downloadorg.eclipse.cdt-25863f8649290d33e14f1d3c10a22be8f2bc7ff5.tar.gz
org.eclipse.cdt-25863f8649290d33e14f1d3c10a22be8f2bc7ff5.tar.xz
org.eclipse.cdt-25863f8649290d33e14f1d3c10a22be8f2bc7ff5.zip
windows spawner
Diffstat (limited to 'core/org.eclipse.cdt.core.win32/library/Spawner.h')
-rw-r--r--core/org.eclipse.cdt.core.win32/library/Spawner.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.win32/library/Spawner.h b/core/org.eclipse.cdt.core.win32/library/Spawner.h
new file mode 100644
index 00000000000..3201467c7ff
--- /dev/null
+++ b/core/org.eclipse.cdt.core.win32/library/Spawner.h
@@ -0,0 +1,45 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class com_qnx_tools_utils_spawner_Spawner */
+
+#ifndef _Included_com_qnx_tools_utils_spawner_Spawner
+#define _Included_com_qnx_tools_utils_spawner_Spawner
+#ifdef __cplusplus
+extern "C" {
+#endif
+/*
+ * Class: com_qnx_tools_utils_spawner_Spawner
+ * Method: exec0
+ * Signature: ([Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;[I)I
+ */
+JNIEXPORT jint JNICALL Java_com_qnx_tools_utils_spawner_Spawner_exec0
+ (JNIEnv *, jobject, jobjectArray, jobjectArray, jstring, jintArray);
+
+/*
+ * Class: com_qnx_tools_utils_spawner_Spawner
+ * Method: exec0
+ * Signature: ([Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;[I)I
+ */
+JNIEXPORT jint JNICALL Java_com_qnx_tools_utils_spawner_Spawner_exec1
+ (JNIEnv *, jobject, jobjectArray, jobjectArray, jstring);
+
+/*
+ * Class: com_qnx_tools_utils_spawner_Spawner
+ * Method: raise
+ * Signature: (II)I
+ */
+JNIEXPORT jint JNICALL Java_com_qnx_tools_utils_spawner_Spawner_raise
+ (JNIEnv *, jobject, jint, jint);
+
+/*
+ * Class: com_qnx_tools_utils_spawner_Spawner
+ * Method: waitFor
+ * Signature: (I)I
+ */
+JNIEXPORT jint JNICALL Java_com_qnx_tools_utils_spawner_Spawner_waitFor
+ (JNIEnv *, jobject, jint);
+
+#ifdef __cplusplus
+}
+#endif
+#endif

Back to the top