CustomValue.h 816 B

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