mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			516 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			516 B
		
	
	
	
		
			C++
		
	
	
	
| 
 | |
| // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | |
| 
 | |
| #ifndef __java_util_concurrent_Delayed__
 | |
| #define __java_util_concurrent_Delayed__
 | |
| 
 | |
| #pragma interface
 | |
| 
 | |
| #include <java/lang/Object.h>
 | |
| 
 | |
| class java::util::concurrent::Delayed : public ::java::lang::Object
 | |
| {
 | |
| 
 | |
| public:
 | |
|   virtual jlong getDelay(::java::util::concurrent::TimeUnit *) = 0;
 | |
|   virtual jint compareTo(::java::lang::Object *) = 0;
 | |
|   static ::java::lang::Class class$;
 | |
| } __attribute__ ((java_interface));
 | |
| 
 | |
| #endif // __java_util_concurrent_Delayed__
 |