]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/jorte/org_ocera_orte_DomainMgr.h
bc9e0c1f181f7a5ec0a153b83919ab20392e1a8f
[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 Java_org_ocera_orte_DomainMgr_jORTEDomainDefaultMgrCreate
16   (JNIEnv *, jobject, jint, jboolean);
17
18 /*
19  * Class:     org_ocera_orte_DomainMgr
20  * Method:    jORTEDomainMgrCreate
21  * Signature: (IJJZ)J
22  */
23 JNIEXPORT jlong JNICALL Java_org_ocera_orte_DomainMgr_jORTEDomainMgrCreate
24   (JNIEnv *, jobject, jint, jlong, jlong, jobject obj_de, jboolean);
25
26 /*
27  * Class:     org_ocera_orte_DomainMgr
28  * Method:    jORTEDomainMgrDestroy
29  * Signature: (J)Z
30  */
31 JNIEXPORT jboolean JNICALL Java_org_ocera_orte_DomainMgr_jORTEDomainMgrDestroy
32   (JNIEnv *, jobject, jlong);
33
34 #ifdef __cplusplus
35 }
36 #endif
37 #endif