OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / libjava / org / omg / CORBA / ServiceDetail.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __org_omg_CORBA_ServiceDetail__
5 #define __org_omg_CORBA_ServiceDetail__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace org
15   {
16     namespace omg
17     {
18       namespace CORBA
19       {
20           class ServiceDetail;
21       }
22     }
23   }
24 }
25
26 class org::omg::CORBA::ServiceDetail : public ::java::lang::Object
27 {
28
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$;
35 };
36
37 #endif // __org_omg_CORBA_ServiceDetail__