ForwardRequest.h 988 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableInterceptor_ForwardRequest__
  3. #define __org_omg_PortableInterceptor_ForwardRequest__
  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 Object;
  15. }
  16. namespace PortableInterceptor
  17. {
  18. class ForwardRequest;
  19. }
  20. }
  21. }
  22. }
  23. class org::omg::PortableInterceptor::ForwardRequest : public ::org::omg::CORBA::UserException
  24. {
  25. public:
  26. ForwardRequest();
  27. ForwardRequest(::java::lang::String *, ::org::omg::CORBA::Object *);
  28. ForwardRequest(::org::omg::CORBA::Object *);
  29. private:
  30. static const jlong serialVersionUID = 2128007517550526397LL;
  31. public:
  32. ::org::omg::CORBA::Object * __attribute__((aligned(__alignof__( ::org::omg::CORBA::UserException)))) forward;
  33. static ::java::lang::Class class$;
  34. };
  35. #endif // __org_omg_PortableInterceptor_ForwardRequest__