This commit is contained in:
2011-02-19 15:10:15 +00:00
parent 88321c05bd
commit 0213172bc5
38 changed files with 9980 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_eaio_nativecall_NativeCall */
#ifndef _Included_com_eaio_nativecall_NativeCall
#define _Included_com_eaio_nativecall_NativeCall
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: com_eaio_nativecall_NativeCall
* Method: initIDs
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_com_eaio_nativecall_NativeCall_initIDs
(JNIEnv *, jclass);
/*
* Class: com_eaio_nativecall_NativeCall
* Method: initHandles
* Signature: ()Z
*/
JNIEXPORT jboolean JNICALL Java_com_eaio_nativecall_NativeCall_initHandles
(JNIEnv *, jobject);
/*
* Class: com_eaio_nativecall_NativeCall
* Method: getLastError
* Signature: ()Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_com_eaio_nativecall_NativeCall_getLastError
(JNIEnv *, jobject);
/*
* Class: com_eaio_nativecall_NativeCall
* Method: destroy
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_com_eaio_nativecall_NativeCall_destroy
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif