IOR$CodeSets_profile.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_IOR$CodeSets_profile__
  3. #define __gnu_CORBA_IOR$CodeSets_profile__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace CORBA
  11. {
  12. namespace CDR
  13. {
  14. class AbstractCdrInput;
  15. class AbstractCdrOutput;
  16. }
  17. namespace GIOP
  18. {
  19. class CodeSetServiceContext;
  20. }
  21. class IOR$CodeSets_profile;
  22. class IOR$CodeSets_profile$CodeSet_component;
  23. }
  24. }
  25. }
  26. class gnu::CORBA::IOR$CodeSets_profile : public ::java::lang::Object
  27. {
  28. public:
  29. IOR$CodeSets_profile();
  30. virtual void read(::gnu::CORBA::CDR::AbstractCdrInput *);
  31. virtual ::java::lang::String * toString();
  32. virtual void write(::gnu::CORBA::CDR::AbstractCdrOutput *);
  33. static const jint TAG_CODE_SETS = 1;
  34. ::gnu::CORBA::IOR$CodeSets_profile$CodeSet_component * __attribute__((aligned(__alignof__( ::java::lang::Object)))) narrow;
  35. ::gnu::CORBA::IOR$CodeSets_profile$CodeSet_component * wide;
  36. ::gnu::CORBA::GIOP::CodeSetServiceContext * negotiated;
  37. static ::java::lang::Class class$;
  38. };
  39. #endif // __gnu_CORBA_IOR$CodeSets_profile__