OSDN Git Service

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