CustomValue.h 902 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_portable_CustomValue__
  3. #define __org_omg_CORBA_portable_CustomValue__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace org
  10. {
  11. namespace omg
  12. {
  13. namespace CORBA
  14. {
  15. class DataInputStream;
  16. class DataOutputStream;
  17. namespace portable
  18. {
  19. class CustomValue;
  20. }
  21. }
  22. }
  23. }
  24. }
  25. class org::omg::CORBA::portable::CustomValue : public ::java::lang::Object
  26. {
  27. public:
  28. virtual JArray< ::java::lang::String * > * _truncatable_ids() = 0;
  29. virtual void marshal(::org::omg::CORBA::DataOutputStream *) = 0;
  30. virtual void unmarshal(::org::omg::CORBA::DataInputStream *) = 0;
  31. static ::java::lang::Class class$;
  32. } __attribute__ ((java_interface));
  33. #endif // __org_omg_CORBA_portable_CustomValue__