IOR$Internet_profile.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_IOR$Internet_profile__
  3. #define __gnu_CORBA_IOR$Internet_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 AbstractCdrOutput;
  15. }
  16. class IOR;
  17. class IOR$CodeSets_profile;
  18. class IOR$Internet_profile;
  19. class Version;
  20. }
  21. }
  22. }
  23. class gnu::CORBA::IOR$Internet_profile : public ::java::lang::Object
  24. {
  25. public:
  26. IOR$Internet_profile(::gnu::CORBA::IOR *);
  27. virtual ::java::lang::String * toString();
  28. virtual void write(::gnu::CORBA::CDR::AbstractCdrOutput *);
  29. static const jint TAG_INTERNET_IOP = 0;
  30. ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) host;
  31. ::gnu::CORBA::Version * version;
  32. jint port;
  33. ::gnu::CORBA::IOR$CodeSets_profile * CodeSets;
  34. public: // actually package-private
  35. ::java::util::ArrayList * components;
  36. ::gnu::CORBA::IOR * this$0;
  37. public:
  38. static ::java::lang::Class class$;
  39. };
  40. #endif // __gnu_CORBA_IOR$Internet_profile__