X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ed9b07e5c0c7eb6d4d38b0fe5aaea80d6996a8a7..31f8d2188a6cfd24c58c7503728bc1317be2f073:/src/bindings/java/jmsg_as.h diff --git a/src/bindings/java/jmsg_as.h b/src/bindings/java/jmsg_as.h index 8e9ea422ec..0c1d34631f 100644 --- a/src/bindings/java/jmsg_as.h +++ b/src/bindings/java/jmsg_as.h @@ -1,6 +1,6 @@ /* Functions related to the java As instances. */ -/* Copyright (c) 2007-2014. The SimGrid Team. +/* Copyright (c) 2007-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -11,6 +11,8 @@ #include #include "simgrid/msg.h" +SG_BEGIN_DECL() + jobject jas_new_instance(JNIEnv * env); jobject jas_ref(JNIEnv * env, jobject jas); void jas_unref(JNIEnv * env, jobject jas); @@ -29,10 +31,9 @@ Java_org_simgrid_msg_As_getSons(JNIEnv * env, jobject jas); JNIEXPORT jobject JNICALL Java_org_simgrid_msg_As_getProperty(JNIEnv *env, jobject jhost, jobject jname); -JNIEXPORT jobject JNICALL -Java_org_simgrid_msg_As_getModel(JNIEnv * env, jobject jas); - JNIEXPORT jobjectArray JNICALL Java_org_simgrid_msg_As_getHosts(JNIEnv * env, jobject jas); +SG_END_DECL() + #endif /*!MSG_JAS_H */