]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/jorte/org_ocera_orte_types_RecvInfo.h
JORTE: coding style fixes
[orte.git] / orte / include / jorte / org_ocera_orte_types_RecvInfo.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_ocera_orte_types_RecvInfo */
4
5 #ifndef _Included_org_ocera_orte_types_RecvInfo
6 #define _Included_org_ocera_orte_types_RecvInfo
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     org_ocera_orte_types_RecvInfo
12  * Method:    get_string
13  * Signature: (J)Ljava/lang/String;
14  */
15 JNIEXPORT jstring JNICALL
16 Java_org_ocera_orte_types_RecvInfo_get_1string
17   (JNIEnv *, jclass, jlong);
18
19 /*
20  * Class:     org_ocera_orte_types_RecvInfo
21  * Method:    c_helper
22  * Signature: (Ljava/nio/ByteBuffer;)V
23  */
24 JNIEXPORT void JNICALL
25 Java_org_ocera_orte_types_RecvInfo_c_1helper
26   (JNIEnv *, jclass, jobject);
27
28 #ifdef __cplusplus
29 }
30 #endif
31 #endif