Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sanitize the OOP of kernel::profile
[simgrid.git] / src / bindings / java / jmsg_synchro.h
index 4db16a7..a5172a1 100644 (file)
@@ -1,7 +1,6 @@
-/* Functions related to the java process instances.                         */
+/* Java bindings of the Synchronization API.                                */
 
-/* Copyright (c) 2012-2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2012-2019. 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. */
@@ -9,9 +8,8 @@
 #ifndef MSG_JSYNCHRO_H
 #define MSG_JSYNCHRO_H
 
+#include "xbt/base.h"
 #include <jni.h>
-#include <simgrid/msg.h>
-#include <simgrid/simix.h>
 
 SG_BEGIN_DECL()
 
@@ -28,4 +26,4 @@ JNIEXPORT jboolean JNICALL Java_org_simgrid_msg_Semaphore_wouldBlock(JNIEnv * en
 JNIEXPORT void JNICALL Java_org_simgrid_msg_Semaphore_nativeFinalize(JNIEnv * env, jobject obj);
 
 SG_END_DECL()
-#endif                          /* !MSG_JPROCESS_H */
+#endif