CodeSetServiceContext.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_GIOP_CodeSetServiceContext__
  3. #define __gnu_CORBA_GIOP_CodeSetServiceContext__
  4. #pragma interface
  5. #include <gnu/CORBA/GIOP/ServiceContext.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace gnu
  10. {
  11. namespace CORBA
  12. {
  13. namespace CDR
  14. {
  15. class AbstractCdrInput;
  16. class AbstractCdrOutput;
  17. }
  18. namespace GIOP
  19. {
  20. class CodeSetServiceContext;
  21. class ServiceContext;
  22. }
  23. class IOR$CodeSets_profile;
  24. class IOR$CodeSets_profile$CodeSet_component;
  25. }
  26. }
  27. }
  28. class gnu::CORBA::GIOP::CodeSetServiceContext : public ::gnu::CORBA::GIOP::ServiceContext
  29. {
  30. public:
  31. CodeSetServiceContext();
  32. static ::gnu::CORBA::GIOP::CodeSetServiceContext * find(JArray< ::gnu::CORBA::GIOP::ServiceContext * > *);
  33. static ::gnu::CORBA::GIOP::CodeSetServiceContext * negotiate(::gnu::CORBA::IOR$CodeSets_profile *);
  34. virtual void readContext(::gnu::CORBA::CDR::AbstractCdrInput *);
  35. virtual ::java::lang::String * toString();
  36. virtual void write(::gnu::CORBA::CDR::AbstractCdrOutput *);
  37. public: // actually protected
  38. static jint negotiate(::gnu::CORBA::IOR$CodeSets_profile$CodeSet_component *, jint, jint);
  39. private:
  40. ::java::lang::String * name(jint);
  41. public:
  42. static const jint ID = 1;
  43. static ::gnu::CORBA::GIOP::CodeSetServiceContext * STANDARD;
  44. jint __attribute__((aligned(__alignof__( ::gnu::CORBA::GIOP::ServiceContext)))) char_data;
  45. jint wide_char_data;
  46. static ::java::lang::Class class$;
  47. };
  48. #endif // __gnu_CORBA_GIOP_CodeSetServiceContext__