2008-04-25 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / libjava / org / omg / CORBA / ServiceInformation.h
blobd8832c3d0d6b9093c5d1f6943fe92fe393054207
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_ServiceInformation__
5 #define __org_omg_CORBA_ServiceInformation__
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;
21 class ServiceInformation;
27 class org::omg::CORBA::ServiceInformation : public ::java::lang::Object
30 public:
31 ServiceInformation();
32 ServiceInformation(JArray< jint > *, JArray< ::org::omg::CORBA::ServiceDetail * > *);
33 JArray< ::org::omg::CORBA::ServiceDetail * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) service_details;
34 JArray< jint > * service_options;
35 static ::java::lang::Class class$;
38 #endif // __org_omg_CORBA_ServiceInformation__