Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the supernovae exploded: let's split the archive and move bindings to separate packages
[simgrid.git] / src / java / jmsg_application_handler.h
diff --git a/src/java/jmsg_application_handler.h b/src/java/jmsg_application_handler.h
deleted file mode 100644 (file)
index 7d3a215..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/* 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 */