X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e4c992e8778acc2cb846a80c1ebc7b3b44bdfcd4..812716e4be0bbef239a1c53fcecbf8e0cc2c068e:/src/jmsg.h?ds=sidebyside diff --git a/src/jmsg.h b/src/jmsg.h index 0810d600ba..73e9ad9460 100644 --- a/src/jmsg.h +++ b/src/jmsg.h @@ -1,6 +1,6 @@ /* Java Wrappers to the MSG API. */ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -17,7 +17,7 @@ JNIEnv *get_current_thread_env(void); * This function throws the correct exception according to the status * provided. */ -void jmsg_throw_status(JNIEnv *env, MSG_error_t status); +void jmsg_throw_status(JNIEnv *env, msg_error_t status); /* * Class org_simgrid_msg_Msg @@ -31,12 +31,6 @@ JNIEXPORT jdouble JNICALL Java_org_simgrid_msg_Msg_getClock(JNIEnv *, jclass); */ JNIEXPORT void JNICALL JNICALL Java_org_simgrid_msg_Msg_run(JNIEnv * env, jclass cls); -/** - * Class org_simgrid_msg_Msg - * Method clean - */ -JNIEXPORT void JNICALL - JNICALL Java_org_simgrid_msg_Msg_clean(JNIEnv * env, jclass cls); JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_init(JNIEnv * env, jclass cls, jobjectArray jargs);