mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			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__
 |