]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/jorte/org_ocera_orte_DomainApp.h
Reformat the sources with orte/uncrustify script
[orte.git] / orte / include / jorte / org_ocera_orte_DomainApp.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_ocera_orte_DomainApp */
4
5 #ifndef _Included_org_ocera_orte_DomainApp
6 #define _Included_org_ocera_orte_DomainApp
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     org_ocera_orte_DomainApp
12  * Method:    jORTEDomainDefaultAppCreate
13  * Signature: (IZ)J
14  */
15 JNIEXPORT jlong JNICALL
16 Java_org_ocera_orte_DomainApp_jORTEDomainDefaultAppCreate
17   (JNIEnv *, jobject, jint, jboolean);
18
19 /*
20  * Class:     org_ocera_orte_DomainApp
21  * Method:    jORTEDomainAppCreate
22  * Signature: (IJJLorg/ocera/orte/types/DomainEvents;Z)J
23  */
24 JNIEXPORT jlong JNICALL
25 Java_org_ocera_orte_DomainApp_jORTEDomainAppCreate
26   (JNIEnv *, jobject, jint, jlong, jlong, jobject, jboolean);
27
28 /*
29  * Class:     org_ocera_orte_DomainApp
30  * Method:    jORTEDomainAppDestroy
31  * Signature: (J)Z
32  */
33 JNIEXPORT jboolean JNICALL
34 Java_org_ocera_orte_DomainApp_jORTEDomainAppDestroy
35   (JNIEnv *, jobject, jlong);
36
37 /*
38  * Class:     org_ocera_orte_DomainApp
39  * Method:    jORTETypeRegisterAdd
40  * Signature: (JLjava/lang/String;J)I
41  */
42 JNIEXPORT jint JNICALL
43 Java_org_ocera_orte_DomainApp_jORTETypeRegisterAdd
44   (JNIEnv *, jobject, jlong, jstring, jlong);
45
46 /*
47  * Class:     org_ocera_orte_DomainApp
48  * Method:    jORTETypeRegisterDestroyAll
49  * Signature: (J)Z
50  */
51 JNIEXPORT jboolean JNICALL
52 Java_org_ocera_orte_DomainApp_jORTETypeRegisterDestroyAll
53   (JNIEnv *, jobject, jlong);
54
55 #ifdef __cplusplus
56 }
57 #endif
58 #endif /* ifndef _Included_org_ocera_orte_DomainApp */