Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add setset to cmake build chain
[simgrid.git] / src / java / jmsg_application_handler.h
index e4ab86c..71dcf36 100644 (file)
@@ -1,38 +1,21 @@
-/*\r
- * $Id: jmsg_application_handler.h 3684 2007-07-08 20:51:53Z mquinson $\r
- *\r
- * Copyright 2006,2007 Martin Quinson, Malek Cherier All right reserved. \r
- *\r
- * This program is free software; you can redistribute it and/or modify it \r
- * under the terms of the license (GNU LGPL) which comes with this package.\r
- *\r
- * This contains the declarations of the functions in relation with the java\r
- * host instance.\r
- */\r
\r
-#ifndef MSG_JAPPLICATION_HANDLER_H\r
-#define MSG_JAPPLICATION_HANDLER_H\r
-\r
-#include <jni.h>\r
-#include "msg/msg.h"\r
-\r
-void\r
-japplication_handler_on_start_document(void);\r
-\r
-void\r
-japplication_handler_on_end_document(void);\r
-\r
-void\r
-japplication_handler_on_begin_process(void);\r
-\r
-void\r
-japplication_handler_on_process_arg(void);\r
-\r
-void\r
-japplication_handler_on_property(void);\r
-\r
-void\r
-japplication_handler_on_end_process(void);\r
-\r
-\r
-#endif /* !MSG_JAPPLICATION_HANDLER_H */
\ No newline at end of file
+/* 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 <jni.h>
+#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 */