mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			C++
		
	
	
	
| 
 | |
| // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | |
| 
 | |
| #ifndef __gnu_java_beans_encoder_PrimitivePersistenceDelegate__
 | |
| #define __gnu_java_beans_encoder_PrimitivePersistenceDelegate__
 | |
| 
 | |
| #pragma interface
 | |
| 
 | |
| #include <java/beans/PersistenceDelegate.h>
 | |
| extern "Java"
 | |
| {
 | |
|   namespace gnu
 | |
|   {
 | |
|     namespace java
 | |
|     {
 | |
|       namespace beans
 | |
|       {
 | |
|         namespace encoder
 | |
|         {
 | |
|             class PrimitivePersistenceDelegate;
 | |
|         }
 | |
|       }
 | |
|     }
 | |
|   }
 | |
|   namespace java
 | |
|   {
 | |
|     namespace beans
 | |
|     {
 | |
|         class Encoder;
 | |
|         class Expression;
 | |
|     }
 | |
|   }
 | |
| }
 | |
| 
 | |
| class gnu::java::beans::encoder::PrimitivePersistenceDelegate : public ::java::beans::PersistenceDelegate
 | |
| {
 | |
| 
 | |
| public:
 | |
|   PrimitivePersistenceDelegate();
 | |
| public: // actually protected
 | |
|   virtual ::java::beans::Expression * instantiate(::java::lang::Object *, ::java::beans::Encoder *);
 | |
|   virtual void initialize(::java::lang::Class *, ::java::lang::Object *, ::java::lang::Object *, ::java::beans::Encoder *);
 | |
| public:
 | |
|   static ::java::lang::Class class$;
 | |
| };
 | |
| 
 | |
| #endif // __gnu_java_beans_encoder_PrimitivePersistenceDelegate__
 |