ResponseHandler.h 814 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_portable_ResponseHandler__
  3. #define __org_omg_CORBA_portable_ResponseHandler__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace CORBA
  13. {
  14. namespace portable
  15. {
  16. class OutputStream;
  17. class ResponseHandler;
  18. }
  19. }
  20. }
  21. }
  22. }
  23. class org::omg::CORBA::portable::ResponseHandler : public ::java::lang::Object
  24. {
  25. public:
  26. virtual ::org::omg::CORBA::portable::OutputStream * createExceptionReply() = 0;
  27. virtual ::org::omg::CORBA::portable::OutputStream * createReply() = 0;
  28. static ::java::lang::Class class$;
  29. } __attribute__ ((java_interface));
  30. #endif // __org_omg_CORBA_portable_ResponseHandler__