diff options
Diffstat (limited to 'libjava/java/nio/ByteOrder.h')
-rw-r--r-- | libjava/java/nio/ByteOrder.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/libjava/java/nio/ByteOrder.h b/libjava/java/nio/ByteOrder.h deleted file mode 100644 index 730cb7f..0000000 --- a/libjava/java/nio/ByteOrder.h +++ /dev/null @@ -1,35 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __java_nio_ByteOrder__ -#define __java_nio_ByteOrder__ - -#pragma interface - -#include <java/lang/Object.h> -extern "Java" -{ - namespace java - { - namespace nio - { - class ByteOrder; - } - } -} - -class java::nio::ByteOrder : public ::java::lang::Object -{ - -public: - static ::java::nio::ByteOrder * nativeOrder(); - ::java::lang::String * toString(); -private: - ByteOrder(); -public: - static ::java::nio::ByteOrder * BIG_ENDIAN; - static ::java::nio::ByteOrder * LITTLE_ENDIAN; - static ::java::lang::Class class$; -}; - -#endif // __java_nio_ByteOrder__ |