IOR$CodeSets_profile$CodeSet_component.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_IOR$CodeSets_profile$CodeSet_component__
  3. #define __gnu_CORBA_IOR$CodeSets_profile$CodeSet_component__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace gnu
  10. {
  11. namespace CORBA
  12. {
  13. class IOR$CodeSets_profile$CodeSet_component;
  14. }
  15. }
  16. namespace org
  17. {
  18. namespace omg
  19. {
  20. namespace CORBA
  21. {
  22. namespace portable
  23. {
  24. class InputStream;
  25. class OutputStream;
  26. }
  27. }
  28. }
  29. }
  30. }
  31. class gnu::CORBA::IOR$CodeSets_profile$CodeSet_component : public ::java::lang::Object
  32. {
  33. public:
  34. IOR$CodeSets_profile$CodeSet_component();
  35. virtual void read(::org::omg::CORBA::portable::InputStream *);
  36. virtual ::java::lang::String * toString();
  37. virtual ::java::lang::String * toStringFormatted();
  38. virtual void write(::org::omg::CORBA::portable::OutputStream *);
  39. private:
  40. ::java::lang::String * name(jint);
  41. public:
  42. JArray< jint > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) conversion;
  43. jint native_set;
  44. static ::java::lang::Class class$;
  45. };
  46. #endif // __gnu_CORBA_IOR$CodeSets_profile$CodeSet_component__