Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sanitize the OOP of kernel::profile
[simgrid.git] / src / bindings / java / JavaContext.hpp
index 47fe472..f1e0570 100644 (file)
@@ -14,7 +14,6 @@
 #include "simgrid/simix.h"
 #include "src/kernel/context/ContextThread.hpp"
 #include "src/simix/smx_private.hpp"
-#include "xbt/xbt_os_thread.h"
 
 #include "jmsg.hpp"
 
@@ -38,7 +37,7 @@ public:
           smx_actor_t process);
 
   void start_hook() override;
-  void stop() override;
+  void stop_hook() override;
 };
 
 class JavaContextFactory : public simgrid::kernel::context::ContextFactory {