summaryrefslogtreecommitdiff
path: root/include/gnu_java_nio_FileChannelImpl.h
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2006-10-29 22:49:21 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2006-10-29 22:49:21 +0000
commite36d2a50b5a1a677c7ecaf926e73a5dac386c1ef (patch)
tree9649a7997f35624c829eccad8c84c84e9c8e3fb9 /include/gnu_java_nio_FileChannelImpl.h
parentbe24db70d4ff66302f560e12913f5b71acf3c12c (diff)
downloadclasspath-e36d2a50b5a1a677c7ecaf926e73a5dac386c1ef.tar.gz
2006-10-29 Andrew John Hughes <gnu_andrew@member.fsf.org>
* Merge of HEAD --> generics for 2006/10/04-2006/10/29.
Diffstat (limited to 'include/gnu_java_nio_FileChannelImpl.h')
-rw-r--r--include/gnu_java_nio_FileChannelImpl.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/include/gnu_java_nio_FileChannelImpl.h b/include/gnu_java_nio_FileChannelImpl.h
index ebf466ccc..43000114c 100644
--- a/include/gnu_java_nio_FileChannelImpl.h
+++ b/include/gnu_java_nio_FileChannelImpl.h
@@ -1,12 +1,15 @@
/* DO NOT EDIT THIS FILE - it is machine generated */
+
+#ifndef __gnu_java_nio_FileChannelImpl__
+#define __gnu_java_nio_FileChannelImpl__
+
#include <jni.h>
-/* Header for class gnu_java_nio_FileChannelImpl */
-#ifndef _Included_gnu_java_nio_FileChannelImpl
-#define _Included_gnu_java_nio_FileChannelImpl
#ifdef __cplusplus
-extern "C" {
+extern "C"
+{
#endif
+
#undef gnu_java_nio_FileChannelImpl_READ
#define gnu_java_nio_FileChannelImpl_READ 1L
#undef gnu_java_nio_FileChannelImpl_WRITE
@@ -19,7 +22,9 @@ extern "C" {
#define gnu_java_nio_FileChannelImpl_SYNC 16L
#undef gnu_java_nio_FileChannelImpl_DSYNC
#define gnu_java_nio_FileChannelImpl_DSYNC 32L
+
#ifdef __cplusplus
}
#endif
-#endif
+
+#endif /* __gnu_java_nio_FileChannelImpl__ */