Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Indent include and src using this command:
[simgrid.git] / src / java / jmsg_application_handler.h
index fb577c4..7d3a215 100644 (file)
@@ -1,25 +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
-\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 */