IOR.h 811 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_IOP_IOR__
  3. #define __org_omg_IOP_IOR__
  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 IOP
  14. {
  15. class IOR;
  16. class TaggedProfile;
  17. }
  18. }
  19. }
  20. }
  21. class org::omg::IOP::IOR : public ::java::lang::Object
  22. {
  23. public:
  24. IOR();
  25. IOR(::java::lang::String *, JArray< ::org::omg::IOP::TaggedProfile * > *);
  26. private:
  27. static const jlong serialVersionUID = 1901439890645554948LL;
  28. public:
  29. JArray< ::org::omg::IOP::TaggedProfile * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) profiles;
  30. ::java::lang::String * type_id;
  31. static ::java::lang::Class class$;
  32. };
  33. #endif // __org_omg_IOP_IOR__