2008-04-25 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / libjava / org / omg / CORBA / ExceptionList.h
blobacb5eb953c7cd0243b1cf60314b3ece1889d0d50
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_ExceptionList__
5 #define __org_omg_CORBA_ExceptionList__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CORBA
18 class ExceptionList;
19 class TypeCode;
25 class org::omg::CORBA::ExceptionList : public ::java::lang::Object
28 public:
29 ExceptionList();
30 virtual void add(::org::omg::CORBA::TypeCode *) = 0;
31 virtual jint count() = 0;
32 virtual ::org::omg::CORBA::TypeCode * item(jint) = 0;
33 virtual void remove(jint) = 0;
34 static ::java::lang::Class class$;
37 #endif // __org_omg_CORBA_ExceptionList__