X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12c0f182635ed71b370d608b5b9a614153765cd4..f3e4803befab19389587dd1d9af5ecdeffec551e:/src/bindings/java/jmsg_file.h diff --git a/src/bindings/java/jmsg_file.h b/src/bindings/java/jmsg_file.h index 182bef1218..0fe72f636b 100644 --- a/src/bindings/java/jmsg_file.h +++ b/src/bindings/java/jmsg_file.h @@ -1,14 +1,15 @@ /* Functions related to the java file API. */ -/* Copyright (c) 2012. The SimGrid Team. + +/* Copyright (c) 2012-2014. 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" jfieldID jfile_field_bind; @@ -27,7 +28,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