X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e55610dd2918408455219046143c795cf1a6de57..ce9cbf0e2aea0198cb08a735a3ad36c6471f5468:/src/bindings/java/jtrace.cpp diff --git a/src/bindings/java/jtrace.cpp b/src/bindings/java/jtrace.cpp index d097358f24..26c64daf99 100644 --- a/src/bindings/java/jtrace.cpp +++ b/src/bindings/java/jtrace.cpp @@ -1,16 +1,12 @@ -/* Java Wrappers to the TRACE API. */ +/* Java bindings of the Trace API. */ -/* Copyright (c) 2012-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2012-2017. 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. */ -// Please note, this file strongly relies on the jmsg.cpp, -// It will be great that a JNI expert gives a look to validate it - Adrien ;) - #include "jtrace.h" -#include +#include "simgrid/instr.h" /* Shut up some errors in eclipse online compiler. I wish such a pimple wouldn't be needed */ #ifndef JNIEXPORT