ContextHandler.h 1015 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_CORBA_GIOP_ContextHandler__
  3. #define __gnu_CORBA_GIOP_ContextHandler__
  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. namespace GIOP
  14. {
  15. class ContextHandler;
  16. class ServiceContext;
  17. }
  18. }
  19. }
  20. namespace org
  21. {
  22. namespace omg
  23. {
  24. namespace IOP
  25. {
  26. class ServiceContext;
  27. }
  28. }
  29. }
  30. }
  31. class gnu::CORBA::GIOP::ContextHandler : public ::java::lang::Object
  32. {
  33. public:
  34. ContextHandler();
  35. virtual void addContext(::org::omg::IOP::ServiceContext *, jboolean);
  36. public: // actually protected
  37. static JArray< ::gnu::CORBA::GIOP::ServiceContext * > * NO_CONTEXT;
  38. public:
  39. JArray< ::gnu::CORBA::GIOP::ServiceContext * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) service_context;
  40. static ::java::lang::Class class$;
  41. };
  42. #endif // __gnu_CORBA_GIOP_ContextHandler__