URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [CDR/] [gnuRuntime$Entry.h] - Rev 768
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$Entry__ #define __gnu_CORBA_CDR_gnuRuntime$Entry__ #pragma interface #include <java/lang/Object.h> extern "Java" { namespace gnu { namespace CORBA { namespace CDR { class gnuRuntime$Entry; } } } } class gnu::CORBA::CDR::gnuRuntime$Entry : public ::java::lang::Object { public: // actually package-private gnuRuntime$Entry(); public: virtual ::java::lang::String * toString(); public: // actually package-private jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) at; ::java::lang::Object * object; public: static ::java::lang::Class class$; }; #endif // __gnu_CORBA_CDR_gnuRuntime$Entry__
Go to most recent revision | Compare with Previous | Blame | View Log