X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d13b1659a0c2551ee41b287a269e391bb2d7bc8a..7b0e15d9b0ad0057ebd501cf89a2ea9607217c23:/src/bindings/java/jmsg_task.h?ds=sidebyside diff --git a/src/bindings/java/jmsg_task.h b/src/bindings/java/jmsg_task.h index b79450a829..6509dc0169 100644 --- a/src/bindings/java/jmsg_task.h +++ b/src/bindings/java/jmsg_task.h @@ -1,6 +1,6 @@ /* Functions related to the java task 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 @@ -12,6 +12,7 @@ #include #include "simgrid/msg.h" +SG_BEGIN_DECL() /** * This function associated a native task to a java task instance. @@ -274,6 +275,6 @@ Java_org_simgrid_msg_Task_listenFromHost(JNIEnv *, jclass, jstring, JNIEXPORT jint JNICALL Java_org_simgrid_msg_Task_listenFrom(JNIEnv *, jclass, jstring); - +SG_END_DECL() #endif /* !MSG_JTASK_H */