X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0ff207b9e492129a12c9e892ee4b9de9d70f3a63..cb32691df917d727efc1384faf5ec0a18511f135:/src/java/simgrid/msg/MsgNative.java diff --git a/src/java/simgrid/msg/MsgNative.java b/src/java/simgrid/msg/MsgNative.java index 8afd36f093..8d0f2efb99 100644 --- a/src/java/simgrid/msg/MsgNative.java +++ b/src/java/simgrid/msg/MsgNative.java @@ -18,14 +18,12 @@ package simgrid.msg; */ final class MsgNative { - final static native void selectContextFactory(String name) throws NativeException; /****************************************************************** * The natively implemented methods connected to the MSG Process * ******************************************************************/ - /** * The natively implemented method to create an MSG process. * @@ -419,8 +417,6 @@ final class MsgNative { */ final static native void taskExecute(Task task) throws NativeException; - - /* **************************************************************** * Communication methods thru mailboxes * **************************************************************** */ @@ -447,4 +443,4 @@ final class MsgNative { */ final static native void taskSendBounded(String alias, Task task, double maxrate) throws NativeException; -} +} \ No newline at end of file