diff options
Diffstat (limited to 'libjava/gnu/classpath/jdwp/exception/NotImplementedException.h')
-rw-r--r-- | libjava/gnu/classpath/jdwp/exception/NotImplementedException.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/libjava/gnu/classpath/jdwp/exception/NotImplementedException.h b/libjava/gnu/classpath/jdwp/exception/NotImplementedException.h deleted file mode 100644 index 4a99592..0000000 --- a/libjava/gnu/classpath/jdwp/exception/NotImplementedException.h +++ /dev/null @@ -1,35 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __gnu_classpath_jdwp_exception_NotImplementedException__ -#define __gnu_classpath_jdwp_exception_NotImplementedException__ - -#pragma interface - -#include <gnu/classpath/jdwp/exception/JdwpException.h> -extern "Java" -{ - namespace gnu - { - namespace classpath - { - namespace jdwp - { - namespace exception - { - class NotImplementedException; - } - } - } - } -} - -class gnu::classpath::jdwp::exception::NotImplementedException : public ::gnu::classpath::jdwp::exception::JdwpException -{ - -public: - NotImplementedException(::java::lang::String *); - static ::java::lang::Class class$; -}; - -#endif // __gnu_classpath_jdwp_exception_NotImplementedException__ |