X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f9436b840852218b39dce22d6057b6f223168daa..b8df87e176f27b25534f27d7e240defa32ca35bc:/src/bindings/java/jxbt_utilities.cpp?ds=sidebyside diff --git a/src/bindings/java/jxbt_utilities.cpp b/src/bindings/java/jxbt_utilities.cpp index 128f0770a5..07dc56958c 100644 --- a/src/bindings/java/jxbt_utilities.cpp +++ b/src/bindings/java/jxbt_utilities.cpp @@ -1,16 +1,14 @@ /* Various JNI helper functions */ -/* Copyright (c) 2007-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2019. The SimGrid Team. All rights reserved. */ /* 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() +#include /* abort */ jclass jxbt_get_class(JNIEnv * env, const char *name) { @@ -211,5 +209,3 @@ void jxbt_throw_task_cancelled(JNIEnv* env, std::string details) { jxbt_throw_by_name(env, "org/simgrid/msg/TaskCancelledException", details); } - -SG_END_DECL()