X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/15badc71ce964f6dae6428c9a4c0198fad5d4936..9d55e5f6c6e23b9bed8e786e28e47addea1028aa:/src/bindings/java/jmsg_file.h diff --git a/src/bindings/java/jmsg_file.h b/src/bindings/java/jmsg_file.h index 182bef1218..ea88343dc9 100644 --- a/src/bindings/java/jmsg_file.h +++ b/src/bindings/java/jmsg_file.h @@ -1,14 +1,17 @@ /* Functions related to the java file API. */ -/* Copyright (c) 2012. The SimGrid Team. + +/* Copyright (c) 2012-2015. 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. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef MSG_JFILE_H #define MSG_JFILE_H #include -#include "msg/msg.h" +#include "simgrid/msg.h" + +SG_BEGIN_DECL() jfieldID jfile_field_bind; @@ -27,7 +30,7 @@ Java_org_simgrid_msg_File_nativeInit(JNIEnv*, jclass); * Signature (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V */ JNIEXPORT void JNICALL -Java_org_simgrid_msg_File_open(JNIEnv*, jobject, jobject, jobject); +Java_org_simgrid_msg_File_open(JNIEnv*, jobject, jobject); /** * Class org_simgrid_msg_File * Method read @@ -47,4 +50,6 @@ Java_org_simgrid_msg_File_write(JNIEnv*, jobject, jlong); JNIEXPORT void JNICALL Java_org_simgrid_msg_File_close(JNIEnv*, jobject); +SG_END_DECL() + #endif