mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
2004-11-16 Alain Magloire
Update the library interface to changes in java from Spawner * library/Spawner.h * Win32ProcessEx.c * os/win32/x86/spawner.dll
This commit is contained in:
parent
580b6dfb45
commit
659d2c4384
4 changed files with 17 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2004-11-16 Alain Magloire
|
||||
|
||||
Update the library interface to changes in java from Spawner
|
||||
* library/Spawner.h
|
||||
* Win32ProcessEx.c
|
||||
* os/win32/x86/spawner.dll
|
||||
|
||||
2004-11-04 Alex Chapiro
|
||||
Update files.
|
||||
* library/spawner.mak
|
||||
|
|
|
@ -37,6 +37,9 @@ JNIEXPORT jint JNICALL Java_org_eclipse_cdt_utils_spawner_Spawner_exec0
|
|||
JNIEXPORT jint JNICALL Java_org_eclipse_cdt_utils_spawner_Spawner_exec1
|
||||
(JNIEnv *, jobject, jobjectArray, jobjectArray, jstring);
|
||||
|
||||
JNIEXPORT jint JNICALL Java_org_eclipse_cdt_utils_spawner_Spawner_exec2
|
||||
(JNIEnv * env, jobject process, jobjectArray cmdarray, jobjectArray envp, jstring dir, jintArray channels, jstring slaveName, jint fdm);
|
||||
|
||||
/*
|
||||
* Class: org_eclipse_cdt_utils_spawner_Spawner
|
||||
* Method: raise
|
||||
|
|
|
@ -96,6 +96,13 @@ static int nCounter = 0; // We use it to build unique synchronisation object nam
|
|||
// [in] dir - working directory
|
||||
// [out] channels - streams handlers
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
JNIEXPORT jint JNICALL Java_org_eclipse_cdt_utils_spawner_Spawner_exec2
|
||||
(JNIEnv * env, jobject process, jobjectArray cmdarray, jobjectArray envp, jstring dir, jintArray channels, jstring slaveName, jint fdm)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
JNIEXPORT jint JNICALL Java_org_eclipse_cdt_utils_spawner_Spawner_exec0
|
||||
(JNIEnv * env, jobject process, jobjectArray cmdarray, jobjectArray envp, jstring dir, jintArray channels)
|
||||
{
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue