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