From cb32691df917d727efc1384faf5ec0a18511f135 Mon Sep 17 00:00:00 2001 From: coldpeace Date: Wed, 17 Mar 2010 10:36:30 +0000 Subject: [PATCH] missing exceptions git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7261 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/java/simgrid/msg/MsgNative.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.20.1