URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [classpath/] [debug/] [SystemLogger.h] - Rev 776
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_classpath_debug_SystemLogger__ #define __gnu_classpath_debug_SystemLogger__ #pragma interface #include <java/util/logging/Logger.h> #include <gcj/array.h> extern "Java" { namespace gnu { namespace classpath { namespace debug { class SystemLogger; } } } } class gnu::classpath::debug::SystemLogger : public ::java::util::logging::Logger { public: static ::gnu::classpath::debug::SystemLogger * getSystemLogger(); private: SystemLogger(); public: void logv(::java::util::logging::Level *, ::java::lang::String *, JArray< ::java::lang::Object * > *); static ::gnu::classpath::debug::SystemLogger * SYSTEM; static ::java::lang::Class class$; }; #endif // __gnu_classpath_debug_SystemLogger__
Go to most recent revision | Compare with Previous | Blame | View Log