X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e55610dd2918408455219046143c795cf1a6de57..ce9cbf0e2aea0198cb08a735a3ad36c6471f5468:/src/bindings/java/jtrace.h diff --git a/src/bindings/java/jtrace.h b/src/bindings/java/jtrace.h index 377f071477..61d6807291 100644 --- a/src/bindings/java/jtrace.h +++ b/src/bindings/java/jtrace.h @@ -1,4 +1,6 @@ -/* Copyright (c) 2013-2016. The SimGrid Team. All rights reserved. */ +/* Java bindings of the Trace API. */ + +/* 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. */ @@ -8,6 +10,16 @@ #ifndef _Included_org_simgrid_trace_Trace #define _Included_org_simgrid_trace_Trace + +/* Shut up some errors in eclipse online compiler. I wish such a pimple wouldn't be needed */ +#ifndef JNIEXPORT +#define JNIEXPORT +#endif +#ifndef JNICALL +#define JNICALL +#endif +/* end of eclipse-mandated pimple */ + #ifdef __cplusplus extern "C" { #endif