mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			34 lines
		
	
	
		
			699 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			699 B
		
	
	
	
		
			C++
		
	
	
	
| 
 | |
| // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | |
| 
 | |
| #ifndef __javax_naming_ContextNotEmptyException__
 | |
| #define __javax_naming_ContextNotEmptyException__
 | |
| 
 | |
| #pragma interface
 | |
| 
 | |
| #include <javax/naming/NamingException.h>
 | |
| extern "Java"
 | |
| {
 | |
|   namespace javax
 | |
|   {
 | |
|     namespace naming
 | |
|     {
 | |
|         class ContextNotEmptyException;
 | |
|     }
 | |
|   }
 | |
| }
 | |
| 
 | |
| class javax::naming::ContextNotEmptyException : public ::javax::naming::NamingException
 | |
| {
 | |
| 
 | |
| public:
 | |
|   ContextNotEmptyException();
 | |
|   ContextNotEmptyException(::java::lang::String *);
 | |
| private:
 | |
|   static const jlong serialVersionUID = 1090963683348219877LL;
 | |
| public:
 | |
|   static ::java::lang::Class class$;
 | |
| };
 | |
| 
 | |
| #endif // __javax_naming_ContextNotEmptyException__
 |