ServiceDetail.h 708 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_ServiceDetail__
  3. #define __org_omg_CORBA_ServiceDetail__
  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 CORBA
  14. {
  15. class ServiceDetail;
  16. }
  17. }
  18. }
  19. }
  20. class org::omg::CORBA::ServiceDetail : public ::java::lang::Object
  21. {
  22. public:
  23. ServiceDetail();
  24. ServiceDetail(jint, JArray< jbyte > *);
  25. jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) service_detail_type;
  26. JArray< jbyte > * service_detail;
  27. static ::java::lang::Class class$;
  28. };
  29. #endif // __org_omg_CORBA_ServiceDetail__