X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b558f9b18c938af6a35ebea66ac2323a60178202..1283307f26e739e654d195f81cceee5ce1683d99:/simgrid-java/src/jmsg_comm.h diff --git a/simgrid-java/src/jmsg_comm.h b/simgrid-java/src/jmsg_comm.h deleted file mode 100644 index ce86f9d468..0000000000 --- a/simgrid-java/src/jmsg_comm.h +++ /dev/null @@ -1,26 +0,0 @@ -/* Functions related to the java comm instances */ - -/* Copyright (c) 2012. The SimGrid Team. All rights reserved. */ - -#ifndef MSG_JCOMM_H -#define MSG_JCOMM_H -#include -#include -/** - * This function binds the task associated with the communication to - * the java communication object. - */ -void jcomm_bind_task(JNIEnv *env, jobject jcomm); - -JNIEXPORT void JNICALL -Java_org_simgrid_msg_Comm_nativeInit(JNIEnv *env, jclass cls); - -JNIEXPORT void JNICALL -Java_org_simgrid_msg_Comm_destroy(JNIEnv *env, jobject jcomm); - -JNIEXPORT jboolean JNICALL -Java_org_simgrid_msg_Comm_test(JNIEnv *env, jobject jcomm); - -JNIEXPORT void JNICALL -Java_org_simgrid_msg_Comm_waitCompletion(JNIEnv *env, jobject jcomm, jdouble timeout); -#endif /* MSG_JCOMM_H */