]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/libjorte/JORTEDomainStart.c
JORTE: update license headers and clean-up includes
[orte.git] / orte / libjorte / JORTEDomainStart.c
index 6451313198d3ff5aef47bce7e4c5d94b7a4c26f7..327fcf36198713e7567a69e7d9698589bff2a0ea 100644 (file)
@@ -1,6 +1,5 @@
 /* JORTEDomainStart.c */
 
-
 /**
   * This code provides conversion between JAVA a C environments.
   * The C functions are calling here and results are send to JAVA
@@ -8,6 +7,7 @@
   * (by command 'javah -jni class_with_native_function')
   *
   * @author Lukas Pokorny (lukas_pokorny@centrum.cz)
+  * @author Martin Vajnar (martin.vajnar@gmail.com)
   * @author CTU FEE Prague - Department of Control Engineering (dce.felk.cvut.cz)
   * @author Project ORTE - OCERA Real Time Ethernet (www.ocera.org)
   * @author dedication to Kj
   */
 
 
-// origin orte headers
-#include "orte.h"
-// pregenerated header
-#include "jorte/org_ocera_orte_Domain.h"
-#include "jorte/4all.h"
+#include "jorte/jorte.h"
 
 // ve fci chybi 2 Multicast argumenty - maji se dodat???
 JNIEXPORT void JNICALL
 Java_org_ocera_orte_Domain_jORTEDomainStart
-(JNIEnv *env, jclass cls, jint dom_handle,
+(JNIEnv *env, jclass cls, jlong dom_handle,
  jboolean recvUnicastMetatrafficThread,
  jboolean recvUnicastUserDataThread,
  jboolean sendThread)