X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce9cbf0e2aea0198cb08a735a3ad36c6471f5468..ebc355d0c96552d0bc2aa301d90723490337bca3:/src/bindings/java/jmsg_storage.h diff --git a/src/bindings/java/jmsg_storage.h b/src/bindings/java/jmsg_storage.h index b8bd820953..4c76b0cd76 100644 --- a/src/bindings/java/jmsg_storage.h +++ b/src/bindings/java/jmsg_storage.h @@ -1,6 +1,6 @@ /* Java bindings of the Storage API. */ -/* Copyright (c) 2012-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2012-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -31,9 +31,6 @@ jobject jstorage_ref(JNIEnv * env, jobject jstorage); /** Release a ref onto the java instance */ void jstorage_unref(JNIEnv * env, jobject jstorage); -/** Get the name of a java instance. */ -const char *jstorage_get_name(jobject jstorage, JNIEnv * env); - /* Implement the Java API */ JNIEXPORT jobject JNICALL Java_org_simgrid_msg_Storage_getByName(JNIEnv* env, jclass cls, jstring jname); @@ -47,4 +44,4 @@ JNIEXPORT jobject JNICALL Java_org_simgrid_msg_Storage_getHost(JNIEnv * env,jobj JNIEXPORT jobjectArray JNICALL Java_org_simgrid_msg_Storage_all(JNIEnv *env, jclass cls); SG_END_DECL() -#endif /*!MSG_JSTORAGE_H */ +#endif