]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/jorte/org_ocera_orte_DomainMgr.h
Reformat the sources with orte/uncrustify script
[orte.git] / orte / include / jorte / org_ocera_orte_DomainMgr.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_ocera_orte_DomainMgr */
4
5 #ifndef _Included_org_ocera_orte_DomainMgr
6 #define _Included_org_ocera_orte_DomainMgr
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     org_ocera_orte_DomainMgr
12  * Method:    jORTEDomainDefaultMgrCreate
13  * Signature: (IZ)J
14  */
15 JNIEXPORT jlong JNICALL
16 Java_org_ocera_orte_DomainMgr_jORTEDomainDefaultMgrCreate
17   (JNIEnv *, jobject, jint, jboolean);
18
19 /*
20  * Class:     org_ocera_orte_DomainMgr
21  * Method:    jORTEDomainMgrCreate
22  * Signature: (IJJZ)J
23  */
24 JNIEXPORT jlong JNICALL
25 Java_org_ocera_orte_DomainMgr_jORTEDomainMgrCreate
26   (JNIEnv *, jobject, jint, jlong, jlong, jobject obj_de, jboolean);
27
28 /*
29  * Class:     org_ocera_orte_DomainMgr
30  * Method:    jORTEDomainMgrDestroy
31  * Signature: (J)Z
32  */
33 JNIEXPORT jboolean JNICALL
34 Java_org_ocera_orte_DomainMgr_jORTEDomainMgrDestroy
35   (JNIEnv *, jobject, jlong);
36
37 #ifdef __cplusplus
38 }
39 #endif
40 #endif