ExceptionList.h 715 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_ExceptionList__
  3. #define __org_omg_CORBA_ExceptionList__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace CORBA
  13. {
  14. class ExceptionList;
  15. class TypeCode;
  16. }
  17. }
  18. }
  19. }
  20. class org::omg::CORBA::ExceptionList : public ::java::lang::Object
  21. {
  22. public:
  23. ExceptionList();
  24. virtual void add(::org::omg::CORBA::TypeCode *) = 0;
  25. virtual jint count() = 0;
  26. virtual ::org::omg::CORBA::TypeCode * item(jint) = 0;
  27. virtual void remove(jint) = 0;
  28. static ::java::lang::Class class$;
  29. };
  30. #endif // __org_omg_CORBA_ExceptionList__