diff options
author | Michael Koch <konqueror@gmx.de> | 2004-04-29 14:37:05 +0000 |
---|---|---|
committer | Michael Koch <konqueror@gmx.de> | 2004-04-29 14:37:05 +0000 |
commit | d0c1f6c5c950da4558effb35d220b4fecac54746 (patch) | |
tree | 52d729dc8e2c4a79d2717d1f76c20e5a30c20b90 /include/java_nio_MappedByteBufferImpl.h | |
parent | afad540966e7dbc11b90595e879d5ccefece7340 (diff) | |
download | classpath-d0c1f6c5c950da4558effb35d220b4fecac54746.tar.gz |
2004-04-29 Michael Koch <konqueror@gmx.de>
* include/java_nio_MappedByteBufferImpl.h:
New file.
* include/Makefile.am:
Generate java_nio_MappedByteBufferImpl.h.
* native/jni/java-nio/gnu_java_nio_channels_FileChannelImpl.c
(implTruncate): Fixed typo.
* native/jni/java-nio/java_nio_MappedByteBufferImpl.c:
New file.
* native/jni/java-nio/Makefile.am:
Compile java_nio_MappedByteBufferImpl.c.
Diffstat (limited to 'include/java_nio_MappedByteBufferImpl.h')
-rw-r--r-- | include/java_nio_MappedByteBufferImpl.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/java_nio_MappedByteBufferImpl.h b/include/java_nio_MappedByteBufferImpl.h new file mode 100644 index 000000000..d38a679b3 --- /dev/null +++ b/include/java_nio_MappedByteBufferImpl.h @@ -0,0 +1,22 @@ +/* DO NOT EDIT THIS FILE - it is machine generated */ + +#ifndef __java_nio_MappedByteBufferImpl__ +#define __java_nio_MappedByteBufferImpl__ + +#include <jni.h> + +#ifdef __cplusplus +extern "C" +{ +#endif + +extern JNIEXPORT void JNICALL Java_java_nio_MappedByteBufferImpl_unmapImpl (JNIEnv *env, jobject); +extern JNIEXPORT jboolean JNICALL Java_java_nio_MappedByteBufferImpl_isLoadedImpl (JNIEnv *env, jobject); +extern JNIEXPORT void JNICALL Java_java_nio_MappedByteBufferImpl_loadImpl (JNIEnv *env, jobject); +extern JNIEXPORT void JNICALL Java_java_nio_MappedByteBufferImpl_forceImpl (JNIEnv *env, jobject); + +#ifdef __cplusplus +} +#endif + +#endif /* __java_nio_MappedByteBufferImpl__ */ |