1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __org_omg_CORBA_2_3_portable_Delegate__
5 #define __org_omg_CORBA_2_3_portable_Delegate__
6 
7 #pragma interface
8 
9 #include <org/omg/CORBA/portable/Delegate.h>
10 extern "Java"
11 {
12   namespace org
13   {
14     namespace omg
15     {
16       namespace CORBA
17       {
18           class Object;
19       }
20       namespace CORBA_2_3
21       {
22         namespace portable
23         {
24             class Delegate;
25         }
26       }
27     }
28   }
29 }
30 
31 class org::omg::CORBA_2_3::portable::Delegate : public ::org::omg::CORBA::portable::Delegate
32 {
33 
34 public:
35   Delegate();
36   virtual ::java::lang::String * get_codebase(::org::omg::CORBA::Object *);
37   static ::java::lang::Class class$;
38 };
39 
40 #endif // __org_omg_CORBA_2_3_portable_Delegate__
41