1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_CORBA_DuplicateNameHolder__
5 #define __gnu_CORBA_DuplicateNameHolder__
6 
7 #pragma interface
8 
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace CORBA
15     {
16         class DuplicateNameHolder;
17     }
18   }
19   namespace org
20   {
21     namespace omg
22     {
23       namespace CORBA
24       {
25           class TypeCode;
26         namespace portable
27         {
28             class InputStream;
29             class OutputStream;
30         }
31       }
32       namespace PortableInterceptor
33       {
34         namespace ORBInitInfoPackage
35         {
36             class DuplicateName;
37         }
38       }
39     }
40   }
41 }
42 
43 class gnu::CORBA::DuplicateNameHolder : public ::java::lang::Object
44 {
45 
46 public:
47   DuplicateNameHolder();
48   DuplicateNameHolder(::org::omg::PortableInterceptor::ORBInitInfoPackage::DuplicateName *);
49   virtual void _read(::org::omg::CORBA::portable::InputStream *);
50   virtual void _write(::org::omg::CORBA::portable::OutputStream *);
51   virtual ::org::omg::CORBA::TypeCode * _type();
52   ::org::omg::PortableInterceptor::ORBInitInfoPackage::DuplicateName * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
53   static ::java::lang::Class class$;
54 };
55 
56 #endif // __gnu_CORBA_DuplicateNameHolder__
57