CustomMarshal.h 733 B

123456789101112131415161718192021222324252627282930313233343536
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_CustomMarshal__
  3. #define __org_omg_CORBA_CustomMarshal__
  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. class CustomMarshal;
  15. class DataInputStream;
  16. class DataOutputStream;
  17. }
  18. }
  19. }
  20. }
  21. class org::omg::CORBA::CustomMarshal : public ::java::lang::Object
  22. {
  23. public:
  24. virtual void marshal(::org::omg::CORBA::DataOutputStream *) = 0;
  25. virtual void unmarshal(::org::omg::CORBA::DataInputStream *) = 0;
  26. static ::java::lang::Class class$;
  27. } __attribute__ ((java_interface));
  28. #endif // __org_omg_CORBA_CustomMarshal__