URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [classpath/] [toolkit/] [DefaultDaemonThreadFactory.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_toolkit_DefaultDaemonThreadFactory__ #define __gnu_classpath_toolkit_DefaultDaemonThreadFactory__ #pragma interface #include <java/lang/Object.h> extern "Java" { namespace gnu { namespace classpath { namespace toolkit { class DefaultDaemonThreadFactory; } } } } class gnu::classpath::toolkit::DefaultDaemonThreadFactory : public ::java::lang::Object { public: DefaultDaemonThreadFactory(); virtual ::java::lang::Thread * newThread(::java::lang::Runnable *); static ::java::lang::Class class$; }; #endif // __gnu_classpath_toolkit_DefaultDaemonThreadFactory__
Go to most recent revision | Compare with Previous | Blame | View Log