Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[java] Fix non extern-C native_to_java_process() declaration
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 11 Dec 2015 14:21:44 +0000 (15:21 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Fri, 11 Dec 2015 14:21:44 +0000 (15:21 +0100)
src/bindings/java/jmsg_process.cpp
src/bindings/java/jmsg_task.cpp

index 601733f..1364aaa 100644 (file)
@@ -10,6 +10,7 @@
 
 #include "jmsg.h"
 #include "jmsg_host.h"
 
 #include "jmsg.h"
 #include "jmsg_host.h"
+#include "jmsg_proces.h"
 #include "jxbt_utilities.h"
 #include "JavaContext.hpp"
 
 #include "jxbt_utilities.h"
 #include "JavaContext.hpp"
 
index 7940f7a..0977910 100644 (file)
@@ -10,6 +10,7 @@
 
 #include "jmsg_host.h"
 #include "jmsg_task.h"
 
 #include "jmsg_host.h"
 #include "jmsg_task.h"
+#include "jmsg_process.h"
 
 #include "jxbt_utilities.h"
 
 
 #include "jxbt_utilities.h"
 
@@ -17,8 +18,6 @@
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(jmsg);
 
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(jmsg);
 
-jobject native_to_java_process(msg_process_t process);
-
 static jmethodID jtask_method_Comm_constructor;
 
 static jfieldID jtask_field_Task_bind;
 static jmethodID jtask_method_Comm_constructor;
 
 static jfieldID jtask_field_Task_bind;