URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [Unexpected.h] - Rev 779
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_CORBA_Unexpected__ #define __gnu_CORBA_Unexpected__ #pragma interface #include <java/lang/InternalError.h> extern "Java" { namespace gnu { namespace CORBA { class Unexpected; } } } class gnu::CORBA::Unexpected : public ::java::lang::InternalError { public: Unexpected(::java::lang::String *, ::java::lang::Exception *); Unexpected(::java::lang::Exception *); Unexpected(); static void error(::java::lang::String *, ::java::lang::Exception *); static void error(::java::lang::Exception *); static void error(); private: static const jlong serialVersionUID = 1LL; public: static ::java::lang::String * SHARED_MESSAGE; static ::java::lang::Class class$; }; #endif // __gnu_CORBA_Unexpected__
Go to most recent revision | Compare with Previous | Blame | View Log