]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/include/jorte/org_ocera_orte_types_RecvInfo.h
Merge branch 'master' of https://github.com/Vajnar/orte
[orte.git] / orte / include / jorte / org_ocera_orte_types_RecvInfo.h
diff --git a/orte/include/jorte/org_ocera_orte_types_RecvInfo.h b/orte/include/jorte/org_ocera_orte_types_RecvInfo.h
new file mode 100644 (file)
index 0000000..0494557
--- /dev/null
@@ -0,0 +1,31 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class org_ocera_orte_types_RecvInfo */
+
+#ifndef _Included_org_ocera_orte_types_RecvInfo
+#define _Included_org_ocera_orte_types_RecvInfo
+#ifdef __cplusplus
+extern "C" {
+#endif
+/*
+ * Class:     org_ocera_orte_types_RecvInfo
+ * Method:    get_string
+ * Signature: (J)Ljava/lang/String;
+ */
+JNIEXPORT jstring JNICALL
+Java_org_ocera_orte_types_RecvInfo_get_1string
+  (JNIEnv *, jclass, jlong);
+
+/*
+ * Class:     org_ocera_orte_types_RecvInfo
+ * Method:    c_helper
+ * Signature: (Ljava/nio/ByteBuffer;)V
+ */
+JNIEXPORT void JNICALL
+Java_org_ocera_orte_types_RecvInfo_c_1helper
+  (JNIEnv *, jclass, jobject);
+
+#ifdef __cplusplus
+}
+#endif
+#endif