X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/970e2c3003a63371db1104cfcff3f684f4f186af..00f0d2097c98d7d9951e186d58fd0c0dcb6f00f4:/src/xbt/xbt_context_java.h diff --git a/src/xbt/xbt_context_java.h b/src/xbt/xbt_context_java.h deleted file mode 100644 index 7c7531549f..0000000000 --- a/src/xbt/xbt_context_java.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef _XBT_CONTEXT_JAVA_H -#define _XBT_CONTEXT_JAVA_H - -#include "portable.h" -#include "xbt/misc.h" - -#include "xbt/xbt_context_private.h" -#include "java/jmsg.h" -#include "java/jmsg_process.h" - -SG_BEGIN_DECL() - - typedef struct s_xbt_ctx_java { - XBT_CTX_BASE_T; - jobject jprocess; /* the java process instance binded with the msg process structure */ - JNIEnv *jenv; /* jni interface pointer associated to this thread */ - } s_xbt_ctx_java_t, *xbt_ctx_java_t; - -SG_END_DECL() -#endif /* !_XBT_CONTEXT_JAVA_H */