Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Further simplify the full.jar generation (the hard portability way)
[simgrid.git] / src / bindings / java / jmsg_file.h
index 05dc575..aafc8a4 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions related to the java file API.                            */
 
-/* Copyright (c) 2012-2014. 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
@@ -9,7 +9,7 @@
 #ifndef MSG_JFILE_H
 #define MSG_JFILE_H
 #include <jni.h>
-#include "msg/msg.h"
+#include "simgrid/msg.h"
 
 jfieldID jfile_field_bind;
 
@@ -28,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