InvokeHandler.h 898 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_portable_InvokeHandler__
  3. #define __org_omg_CORBA_portable_InvokeHandler__
  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 InputStream;
  17. class InvokeHandler;
  18. class OutputStream;
  19. class ResponseHandler;
  20. }
  21. }
  22. }
  23. }
  24. }
  25. class org::omg::CORBA::portable::InvokeHandler : public ::java::lang::Object
  26. {
  27. public:
  28. virtual ::org::omg::CORBA::portable::OutputStream * _invoke(::java::lang::String *, ::org::omg::CORBA::portable::InputStream *, ::org::omg::CORBA::portable::ResponseHandler *) = 0;
  29. static ::java::lang::Class class$;
  30. } __attribute__ ((java_interface));
  31. #endif // __org_omg_CORBA_portable_InvokeHandler__