ServiceContext.h 775 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_IOP_ServiceContext__
  3. #define __org_omg_IOP_ServiceContext__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace org
  10. {
  11. namespace omg
  12. {
  13. namespace IOP
  14. {
  15. class ServiceContext;
  16. }
  17. }
  18. }
  19. }
  20. class org::omg::IOP::ServiceContext : public ::java::lang::Object
  21. {
  22. public:
  23. ServiceContext();
  24. ServiceContext(jint, JArray< jbyte > *);
  25. private:
  26. static const jlong serialVersionUID = -2232391417465261379LL;
  27. public:
  28. jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) context_id;
  29. JArray< jbyte > * context_data;
  30. static ::java::lang::Class class$;
  31. };
  32. #endif // __org_omg_IOP_ServiceContext__