X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e0188e2a2598ce57a4d21a3d7eb5f303aecaf0dd..6fbcdfade89b3812c24152c86f8aa3be510df7f2:/src/bindings/java/jmsg_synchro.h?ds=sidebyside diff --git a/src/bindings/java/jmsg_synchro.h b/src/bindings/java/jmsg_synchro.h deleted file mode 100644 index 5c3e41f239..0000000000 --- a/src/bindings/java/jmsg_synchro.h +++ /dev/null @@ -1,31 +0,0 @@ -/* Functions related to the java process instances. */ - -/* Copyright (c) 2012. 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. */ - -#ifndef MSG_JSYNCHRO_H -#define MSG_JSYNCHRO_H - -#include -#include -#include - -JNIEXPORT void JNICALL -Java_org_simgrid_msg_Mutex_nativeInit(JNIEnv *env, jclass cls); - -JNIEXPORT void JNICALL -Java_org_simgrid_msg_Mutex_init(JNIEnv * env, jobject obj); - -JNIEXPORT void JNICALL -Java_org_simgrid_msg_Mutex_acquire(JNIEnv * env, jobject obj); - -JNIEXPORT void JNICALL -Java_org_simgrid_msg_Mutex_release(JNIEnv * env, jobject obj); - -JNIEXPORT void JNICALL -Java_org_simgrid_msg_Mutex_exit(JNIEnv * env, jobject obj); - -#endif /* !MSG_JPROCESS_H */