URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [io/] [VMObjectInputStream.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 __java_io_VMObjectInputStream__ #define __java_io_VMObjectInputStream__ #pragma interface #include <java/lang/Object.h> class java::io::VMObjectInputStream : public ::java::lang::Object { public: // actually package-private VMObjectInputStream(); static ::java::lang::Object * allocateObject(::java::lang::Class *, ::java::lang::Class *, ::java::lang::reflect::Constructor *); public: static ::java::lang::Class class$; }; #endif // __java_io_VMObjectInputStream__
Go to most recent revision | Compare with Previous | Blame | View Log