OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / org / omg / IOP / ServiceContextListHolder.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __org_omg_IOP_ServiceContextListHolder__
5 #define __org_omg_IOP_ServiceContextListHolder__
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 TypeCode;
21         namespace portable
22         {
23             class InputStream;
24             class OutputStream;
25         }
26       }
27       namespace IOP
28       {
29           class ServiceContext;
30           class ServiceContextListHolder;
31       }
32     }
33   }
34 }
35
36 class org::omg::IOP::ServiceContextListHolder : public ::java::lang::Object
37 {
38
39 public:
40   ServiceContextListHolder();
41   ServiceContextListHolder(JArray< ::org::omg::IOP::ServiceContext * > *);
42   void _read(::org::omg::CORBA::portable::InputStream *);
43   void _write(::org::omg::CORBA::portable::OutputStream *);
44   ::org::omg::CORBA::TypeCode * _type();
45   JArray< ::org::omg::IOP::ServiceContext * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
46   static ::java::lang::Class class$;
47 };
48
49 #endif // __org_omg_IOP_ServiceContextListHolder__