2014-12-22 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
[official-gcc.git] / libjava / org / omg / CORBA / ServiceDetail.h
blobc0f4627ac8896c04e1bd5904151f3fa91e3ea446
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_ServiceDetail__
5 #define __org_omg_CORBA_ServiceDetail__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace org
16 namespace omg
18 namespace CORBA
20 class ServiceDetail;
26 class org::omg::CORBA::ServiceDetail : public ::java::lang::Object
29 public:
30 ServiceDetail();
31 ServiceDetail(jint, JArray< jbyte > *);
32 jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) service_detail_type;
33 JArray< jbyte > * service_detail;
34 static ::java::lang::Class class$;
37 #endif // __org_omg_CORBA_ServiceDetail__