Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prototypes were changed by previous commit.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 12 Jun 2013 12:32:10 +0000 (14:32 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 12 Jun 2013 12:32:10 +0000 (14:32 +0200)
src/bindings/java/jmsg_file.h

index dfa3690..182bef1 100644 (file)
@@ -33,13 +33,13 @@ Java_org_simgrid_msg_File_open(JNIEnv*, jobject, jobject, jobject);
  * Method                      read
  */
 JNIEXPORT jlong JNICALL
  * Method                      read
  */
 JNIEXPORT jlong JNICALL
-Java_org_simgrid_msg_File_read(JNIEnv*, jobject, jlong, jlong);
+Java_org_simgrid_msg_File_read(JNIEnv*, jobject, jlong);
 /**
  * Class                       org_simgrid_msg_File
  * Method                      write
  */
 JNIEXPORT jlong JNICALL
 /**
  * Class                       org_simgrid_msg_File
  * Method                      write
  */
 JNIEXPORT jlong JNICALL
-Java_org_simgrid_msg_File_write(JNIEnv*, jobject, jlong, jlong);
+Java_org_simgrid_msg_File_write(JNIEnv*, jobject, jlong);
 /**
  * Class                       org_simgrid_msg_File
  * Method                      close
 /**
  * Class                       org_simgrid_msg_File
  * Method                      close