Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new line at the end of the file, to avoid a gcc warning (turned into error by...
[simgrid.git] / src / java / jmsg_application_handler.h
1 /*\r
2  * $Id: jmsg_application_handler.h 3684 2007-07-08 20:51:53Z mquinson $\r
3  *\r
4  * Copyright 2006,2007 Martin Quinson, Malek Cherier All right reserved. \r
5  *\r
6  * This program is free software; you can redistribute it and/or modify it \r
7  * under the terms of the license (GNU LGPL) which comes with this package.\r
8  *\r
9  * This contains the declarations of the functions in relation with the java\r
10  * host instance.\r
11  */\r
12  \r
13 #ifndef MSG_JAPPLICATION_HANDLER_H\r
14 #define MSG_JAPPLICATION_HANDLER_H\r
15 \r
16 #include <jni.h>\r
17 #include "msg/msg.h"\r
18 \r
19 void japplication_handler_on_start_document(void);\r
20 void japplication_handler_on_end_document(void);\r
21 void japplication_handler_on_begin_process(void);\r
22 void japplication_handler_on_process_arg(void);\r
23 void japplication_handler_on_property(void);\r
24 void japplication_handler_on_end_process(void);\r
25 \r
26 \r
27 #endif /* !MSG_JAPPLICATION_HANDLER_H */\r