ErrorMessage.h 849 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_GIOP_ErrorMessage__
  3. #define __gnu_CORBA_GIOP_ErrorMessage__
  4. #pragma interface
  5. #include <gnu/CORBA/GIOP/MessageHeader.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace CORBA
  11. {
  12. namespace GIOP
  13. {
  14. class ErrorMessage;
  15. }
  16. class IOR;
  17. class Version;
  18. }
  19. }
  20. namespace org
  21. {
  22. namespace omg
  23. {
  24. namespace CORBA
  25. {
  26. class ORB;
  27. }
  28. }
  29. }
  30. }
  31. class gnu::CORBA::GIOP::ErrorMessage : public ::gnu::CORBA::GIOP::MessageHeader
  32. {
  33. public:
  34. ErrorMessage(::gnu::CORBA::Version *);
  35. virtual void send(::gnu::CORBA::IOR *, ::org::omg::CORBA::ORB *);
  36. private:
  37. static const jlong serialVersionUID = 1LL;
  38. public:
  39. static ::java::lang::Class class$;
  40. };
  41. #endif // __gnu_CORBA_GIOP_ErrorMessage__