aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/nio/channels/FileChannel$MapMode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/nio/channels/FileChannel$MapMode.h')
-rw-r--r--libjava/java/nio/channels/FileChannel$MapMode.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/libjava/java/nio/channels/FileChannel$MapMode.h b/libjava/java/nio/channels/FileChannel$MapMode.h
deleted file mode 100644
index 954e697..0000000
--- a/libjava/java/nio/channels/FileChannel$MapMode.h
+++ /dev/null
@@ -1,40 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __java_nio_channels_FileChannel$MapMode__
-#define __java_nio_channels_FileChannel$MapMode__
-
-#pragma interface
-
-#include <java/lang/Object.h>
-extern "Java"
-{
- namespace java
- {
- namespace nio
- {
- namespace channels
- {
- class FileChannel$MapMode;
- }
- }
- }
-}
-
-class java::nio::channels::FileChannel$MapMode : public ::java::lang::Object
-{
-
-public: // actually package-private
- FileChannel$MapMode(jint);
-public:
- virtual ::java::lang::String * toString();
-public: // actually package-private
- jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) m;
-public:
- static ::java::nio::channels::FileChannel$MapMode * READ_ONLY;
- static ::java::nio::channels::FileChannel$MapMode * READ_WRITE;
- static ::java::nio::channels::FileChannel$MapMode * PRIVATE;
- static ::java::lang::Class class$;
-};
-
-#endif // __java_nio_channels_FileChannel$MapMode__