OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / javax / rmi / CORBA / PortableRemoteObjectDelegateImpl.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_javax_rmi_CORBA_PortableRemoteObjectDelegateImpl__
5 #define __gnu_javax_rmi_CORBA_PortableRemoteObjectDelegateImpl__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace javax
15     {
16       namespace rmi
17       {
18         namespace CORBA
19         {
20             class PortableRemoteObjectDelegateImpl;
21         }
22       }
23     }
24   }
25   namespace java
26   {
27     namespace rmi
28     {
29         class Remote;
30     }
31   }
32 }
33
34 class gnu::javax::rmi::CORBA::PortableRemoteObjectDelegateImpl : public ::java::lang::Object
35 {
36
37 public:
38   PortableRemoteObjectDelegateImpl();
39   virtual void connect(::java::rmi::Remote *, ::java::rmi::Remote *);
40   virtual ::java::lang::Object * narrow(::java::lang::Object *, ::java::lang::Class *);
41 public: // actually package-private
42   static ::java::lang::String * getStubClassName(::java::lang::String *);
43 public:
44   virtual ::java::rmi::Remote * toStub(::java::rmi::Remote *);
45   virtual void unexportObject(::java::rmi::Remote *);
46   virtual void exportObject(::java::rmi::Remote *);
47   static ::java::lang::Class class$;
48 };
49
50 #endif // __gnu_javax_rmi_CORBA_PortableRemoteObjectDelegateImpl__