URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [CDR/] [gnuRuntime$1.h] - Rev 781
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_CORBA_CDR_gnuRuntime$1__ #define __gnu_CORBA_CDR_gnuRuntime$1__ #pragma interface #include <java/lang/Object.h> extern "Java" { namespace gnu { namespace CORBA { namespace CDR { class gnuRuntime; class gnuRuntime$1; } } } } class gnu::CORBA::CDR::gnuRuntime$1 : public ::java::lang::Object { public: // actually package-private gnuRuntime$1(::gnu::CORBA::CDR::gnuRuntime *); public: virtual jint compare(::java::lang::Object *, ::java::lang::Object *); public: // actually package-private ::gnu::CORBA::CDR::gnuRuntime * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$0; public: static ::java::lang::Class class$; }; #endif // __gnu_CORBA_CDR_gnuRuntime$1__
Go to most recent revision | Compare with Previous | Blame | View Log