Daily bump.
[official-gcc.git] / libjava / gnu / CORBA / gnuExceptionList.h
blobdd1b138604b8355eefa19311ee320e12529076a9
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_CORBA_gnuExceptionList__
5 #define __gnu_CORBA_gnuExceptionList__
7 #pragma interface
9 #include <org/omg/CORBA/ExceptionList.h>
10 extern "Java"
12 namespace gnu
14 namespace CORBA
16 class CorbaList;
17 class gnuExceptionList;
20 namespace org
22 namespace omg
24 namespace CORBA
26 class TypeCode;
32 class gnu::CORBA::gnuExceptionList : public ::org::omg::CORBA::ExceptionList
35 public:
36 gnuExceptionList();
37 virtual void add(::org::omg::CORBA::TypeCode *);
38 virtual jint count();
39 virtual ::org::omg::CORBA::TypeCode * item(jint);
40 virtual void remove(jint);
41 public: // actually protected
42 ::gnu::CORBA::CorbaList * __attribute__((aligned(__alignof__( ::org::omg::CORBA::ExceptionList)))) list;
43 public:
44 static ::java::lang::Class class$;
47 #endif // __gnu_CORBA_gnuExceptionList__