Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
proper use of the HAVE_TRACING variable defined by Cmake through -Dtracing=on
[simgrid.git] / src / java / jmsg_application_handler.h
index ec63a5e..6fef706 100644 (file)
@@ -1,27 +1,23 @@
 /*\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
+ * Copyright 2006,2007,2010 Da SimGrid Team.\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
+ * Upcalls to the Java functions used as callback to the FleXML application file parser.\r
+ *\r
+ */  \r
+  \r
 #ifndef MSG_JAPPLICATION_HANDLER_H\r
 #define MSG_JAPPLICATION_HANDLER_H\r
-\r
+  \r
 #include <jni.h>\r
 #include "msg/msg.h"\r
-\r
-void japplication_handler_on_start_document(void);\r
-void japplication_handler_on_end_document(void);\r
-void japplication_handler_on_begin_process(void);\r
-void japplication_handler_on_process_arg(void);\r
-void japplication_handler_on_property(void);\r
-void japplication_handler_on_end_process(void);\r
-\r
-\r
-#endif /* !MSG_JAPPLICATION_HANDLER_H */\r
+\rvoid japplication_handler_on_start_document(void);
+\rvoid japplication_handler_on_end_document(void);
+\rvoid japplication_handler_on_begin_process(void);
+\rvoid japplication_handler_on_process_arg(void);
+\rvoid japplication_handler_on_property(void);
+\rvoid japplication_handler_on_end_process(void);
+\r\r\r
+#endif  /* !MSG_JAPPLICATION_HANDLER_H */\r