Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar
[simgrid.git] / src / bindings / java / jmsg_as.cpp
index 0a3f1c3..1fefe77 100644 (file)
@@ -21,6 +21,8 @@
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(jmsg);
 
+SG_BEGIN_DECL()
+
 static jmethodID jas_method_As_constructor;
 static jfieldID jas_field_As_bind;
 
@@ -165,3 +167,5 @@ JNIEXPORT jobjectArray JNICALL Java_org_simgrid_msg_As_getHosts(JNIEnv * env, jo
   xbt_dynar_free(&table);
   return jtable;
 }
+
+SG_END_DECL()