X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9b73466ada27682d1729f394549479da83ef4a99..9d55e5f6c6e23b9bed8e786e28e47addea1028aa:/src/bindings/java/jmsg_as.h diff --git a/src/bindings/java/jmsg_as.h b/src/bindings/java/jmsg_as.h index 139c2868e3..d8f14e5f9d 100644 --- a/src/bindings/java/jmsg_as.h +++ b/src/bindings/java/jmsg_as.h @@ -1,28 +1,17 @@ /* Functions related to the java As instances. */ -/* Copyright (c) 2007-2013. 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 - * under the terms of the license (GNU LGPL) which comes with this package. */ - + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef MSG_JAS_H #define MSG_JAS_H #include -#include "msg/msg.h" - -/* Functions related to the java host instances. */ +#include "simgrid/msg.h" -/* Copyright (c) 2007-2013. 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. */ - -#include "msg/msg.h" -#include "jmsg.h" -#include "jmsg_host.h" +SG_BEGIN_DECL() jobject jas_new_instance(JNIEnv * env); jobject jas_ref(JNIEnv * env, jobject jas); @@ -48,4 +37,6 @@ 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 */