Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
removing misplaced code (was moved from here before routing update)
[simgrid.git] / src / java / jmsg_application_handler.h
index 6fef706..71dcf36 100644 (file)
@@ -1,23 +1,21 @@
-/*\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
- * 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
-#include <jni.h>\r
-#include "msg/msg.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
+/* 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 */