Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[java] Switch Java bindings to .cpp
[simgrid.git] / src / bindings / java / jmsg_rngstream.h
index 98a2272..f3827c9 100644 (file)
@@ -11,6 +11,8 @@
 #include <jni.h>
 #include <xbt/RngStream.h>
 
+SG_BEGIN_DECL()
+
 RngStream jrngstream_to_native(JNIEnv *env, jobject jrngstream);
 
 JNIEXPORT void JNICALL
@@ -49,4 +51,6 @@ Java_org_simgrid_msg_RngStream_randU01(JNIEnv *env, jobject jrngstream);
 JNIEXPORT jint JNICALL
 Java_org_simgrid_msg_RngStream_randInt(JNIEnv *env, jobject jrngstream, jint i, jint j);
 
+SG_END_DECL()
+
 #endif                          /* MSG_RNGSTREAM_H */