Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reindent everything (possibly breaking all branches, but for the last time)
[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 \rvoid japplication_handler_on_start_document(void);
19 \rvoid japplication_handler_on_end_document(void);
20 \rvoid japplication_handler_on_begin_process(void);
21 \rvoid japplication_handler_on_process_arg(void);
22 \rvoid japplication_handler_on_property(void);
23 \rvoid japplication_handler_on_end_process(void);
24 \r\r\r
25 #endif  /* !MSG_JAPPLICATION_HANDLER_H */\r