UnknownUserException.h 841 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_UnknownUserException__
  3. #define __org_omg_CORBA_UnknownUserException__
  4. #pragma interface
  5. #include <org/omg/CORBA/UserException.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace CORBA
  13. {
  14. class Any;
  15. class UnknownUserException;
  16. }
  17. }
  18. }
  19. }
  20. class org::omg::CORBA::UnknownUserException : public ::org::omg::CORBA::UserException
  21. {
  22. public:
  23. UnknownUserException();
  24. UnknownUserException(::org::omg::CORBA::Any *);
  25. ::org::omg::CORBA::Any * __attribute__((aligned(__alignof__( ::org::omg::CORBA::UserException)))) except;
  26. private:
  27. static const jlong serialVersionUID = 3106202258203879281LL;
  28. public:
  29. static ::java::lang::Class class$;
  30. };
  31. #endif // __org_omg_CORBA_UnknownUserException__