X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f25cc6c44f48b2231b129aa537af867e051e5989..9e0cc75839bb97e7c5a4c25ed97dc53c8acdb011:/src/jxbt_utilities.c diff --git a/src/jxbt_utilities.c b/src/jxbt_utilities.c index a5963656f5..1daf3700c5 100644 --- a/src/jxbt_utilities.c +++ b/src/jxbt_utilities.c @@ -1,6 +1,6 @@ /* Various JNI helper functions */ -/* 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 @@ -201,7 +201,7 @@ jfieldID jxbt_get_sfield(JNIEnv * env, const char *classname, /* ***************** */ /* EXCEPTION RAISING */ /* ***************** */ -static void jxbt_throw_by_name(JNIEnv * env, const char *name, char *msg) +void jxbt_throw_by_name(JNIEnv * env, const char *name, char *msg) { jclass cls = (*env)->FindClass(env, name);