RawReply.h 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_RawReply__
  3. #define __gnu_CORBA_RawReply__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace gnu
  10. {
  11. namespace CORBA
  12. {
  13. namespace CDR
  14. {
  15. class BufferredCdrInput;
  16. }
  17. namespace GIOP
  18. {
  19. class MessageHeader;
  20. }
  21. class RawReply;
  22. }
  23. }
  24. namespace org
  25. {
  26. namespace omg
  27. {
  28. namespace CORBA
  29. {
  30. class ORB;
  31. }
  32. }
  33. }
  34. }
  35. class gnu::CORBA::RawReply : public ::java::lang::Object
  36. {
  37. public: // actually package-private
  38. RawReply(::org::omg::CORBA::ORB *, ::gnu::CORBA::GIOP::MessageHeader *, JArray< jbyte > *);
  39. virtual ::gnu::CORBA::CDR::BufferredCdrInput * getStream();
  40. ::gnu::CORBA::GIOP::MessageHeader * __attribute__((aligned(__alignof__( ::java::lang::Object)))) header;
  41. ::org::omg::CORBA::ORB * orb;
  42. JArray< jbyte > * data;
  43. public:
  44. static ::java::lang::Class class$;
  45. };
  46. #endif // __gnu_CORBA_RawReply__