]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/jorte/org_ocera_orte_types_DomainEvents.h
810b8332b4a3c571e9dd807f4d63e8da7d80b495
[orte.git] / orte / include / jorte / org_ocera_orte_types_DomainEvents.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_ocera_orte_types_DomainEvents */
4
5 #ifndef _Included_org_ocera_orte_types_DomainEvents
6 #define _Included_org_ocera_orte_types_DomainEvents
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     org_ocera_orte_types_DomainEvents
12  * Method:    jORTEDomainInitEvents
13  * Signature: ()J
14  */
15 JNIEXPORT jlong JNICALL Java_org_ocera_orte_types_DomainEvents_jORTEDomainInitEvents
16   (JNIEnv *, jobject);
17
18 /*
19  * Class:     org_ocera_orte_types_DomainEvents
20  * Method:    jORTEDomainEventsDestroy
21  * Signature: (J)Z
22  */
23 JNIEXPORT jboolean JNICALL Java_org_ocera_orte_types_DomainEvents_jORTEDomainEventsDestroy
24   (JNIEnv *, jobject, jlong);
25
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif