X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5e472a6023eb14e7396b16fa4eb47c805d8f4acf..ca280be5e4f894c66ac254d445962c96a34cbe45:/src/bindings/java/jxbt_utilities.cpp diff --git a/src/bindings/java/jxbt_utilities.cpp b/src/bindings/java/jxbt_utilities.cpp index a5e6ed1ab7..1853d1bcff 100644 --- a/src/bindings/java/jxbt_utilities.cpp +++ b/src/bindings/java/jxbt_utilities.cpp @@ -5,12 +5,12 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ +#include "jxbt_utilities.hpp" #include "xbt/sysdep.h" -#include "jxbt_utilities.h" #include /* abort */ -SG_BEGIN_DECL() +extern "C" { jclass jxbt_get_class(JNIEnv * env, const char *name) { @@ -211,5 +211,4 @@ void jxbt_throw_task_cancelled(JNIEnv* env, std::string details) { jxbt_throw_by_name(env, "org/simgrid/msg/TaskCancelledException", details); } - -SG_END_DECL() +}