From e36d2a50b5a1a677c7ecaf926e73a5dac386c1ef Mon Sep 17 00:00:00 2001 From: Andrew John Hughes Date: Sun, 29 Oct 2006 22:49:21 +0000 Subject: 2006-10-29 Andrew John Hughes * Merge of HEAD --> generics for 2006/10/04-2006/10/29. --- include/gnu_java_nio_FileChannelImpl.h | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'include/gnu_java_nio_FileChannelImpl.h') 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 -/* 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__ */ -- cgit v1.2.1