X-Git-Url: https://rtime.felk.cvut.cz/gitweb/orte.git/blobdiff_plain/4d5ff5f99c785686d214d4a4b1a80a654dbfdc1d..123c8c321489e0d0528603d397ca552641dec89b:/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 index 0000000..0494557 --- /dev/null +++ b/orte/include/jorte/org_ocera_orte_types_RecvInfo.h @@ -0,0 +1,31 @@ +/* DO NOT EDIT THIS FILE - it is machine generated */ +#include +/* 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