CancelHeader.h 938 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_GIOP_CancelHeader__
  3. #define __gnu_CORBA_GIOP_CancelHeader__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace CORBA
  11. {
  12. namespace GIOP
  13. {
  14. class CancelHeader;
  15. }
  16. }
  17. }
  18. namespace org
  19. {
  20. namespace omg
  21. {
  22. namespace CORBA
  23. {
  24. namespace portable
  25. {
  26. class InputStream;
  27. class OutputStream;
  28. }
  29. }
  30. }
  31. }
  32. }
  33. class gnu::CORBA::GIOP::CancelHeader : public ::java::lang::Object
  34. {
  35. public:
  36. CancelHeader();
  37. virtual void read(::org::omg::CORBA::portable::InputStream *) = 0;
  38. virtual void write(::org::omg::CORBA::portable::OutputStream *) = 0;
  39. jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) request_id;
  40. static ::java::lang::Class class$;
  41. };
  42. #endif // __gnu_CORBA_GIOP_CancelHeader__