mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-01 11:52:47 +00:00
34 lines
705 B
C
34 lines
705 B
C
|
|
||
|
// 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__
|