OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / org / omg / CosNaming / NamingContextPackage / NotEmptyHolder.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __org_omg_CosNaming_NamingContextPackage_NotEmptyHolder__
5 #define __org_omg_CosNaming_NamingContextPackage_NotEmptyHolder__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace org
13   {
14     namespace omg
15     {
16       namespace CORBA
17       {
18           class TypeCode;
19         namespace portable
20         {
21             class InputStream;
22             class OutputStream;
23         }
24       }
25       namespace CosNaming
26       {
27         namespace NamingContextPackage
28         {
29             class NotEmpty;
30             class NotEmptyHolder;
31         }
32       }
33     }
34   }
35 }
36
37 class org::omg::CosNaming::NamingContextPackage::NotEmptyHolder : public ::java::lang::Object
38 {
39
40 public:
41   NotEmptyHolder();
42   NotEmptyHolder(::org::omg::CosNaming::NamingContextPackage::NotEmpty *);
43   void _read(::org::omg::CORBA::portable::InputStream *);
44   ::org::omg::CORBA::TypeCode * _type();
45   void _write(::org::omg::CORBA::portable::OutputStream *);
46   ::org::omg::CosNaming::NamingContextPackage::NotEmpty * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
47   static ::java::lang::Class class$;
48 };
49
50 #endif // __org_omg_CosNaming_NamingContextPackage_NotEmptyHolder__