X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3198d5981e033d4eba73741f2609764aca525fb3..fdcea1c1e992733bb739825d8a192fe7597480b6:/src/java/jmsg_application_handler.h diff --git a/src/java/jmsg_application_handler.h b/src/java/jmsg_application_handler.h index 6fef706a59..71dcf36890 100644 --- a/src/java/jmsg_application_handler.h +++ b/src/java/jmsg_application_handler.h @@ -1,23 +1,21 @@ -/* - * Copyright 2006,2007,2010 Da SimGrid Team. - * - * 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. - * - * Upcalls to the Java functions used as callback to the FleXML application file parser. - * - */ - -#ifndef MSG_JAPPLICATION_HANDLER_H -#define MSG_JAPPLICATION_HANDLER_H - -#include -#include "msg/msg.h" - void japplication_handler_on_start_document(void); - void japplication_handler_on_end_document(void); - void japplication_handler_on_begin_process(void); - void japplication_handler_on_process_arg(void); - void japplication_handler_on_property(void); - void japplication_handler_on_end_process(void); - -#endif /* !MSG_JAPPLICATION_HANDLER_H */ +/* Upcalls to the Java functions used as callback to the FleXML parser. */ + +/* Copyright (c) 2008, 2009, 2010. 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. */ + +#ifndef MSG_JAPPLICATION_HANDLER_H +#define MSG_JAPPLICATION_HANDLER_H + +#include +#include "msg/msg.h" +void japplication_handler_on_start_document(void); +void japplication_handler_on_end_document(void); +void japplication_handler_on_begin_process(void); +void japplication_handler_on_process_arg(void); +void japplication_handler_on_property(void); +void japplication_handler_on_end_process(void); + +#endif /* !MSG_JAPPLICATION_HANDLER_H */