OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [rmi/] [CORBA/] [StubDelegateImpl.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_rmi_CORBA_StubDelegateImpl__
5
#define __gnu_javax_rmi_CORBA_StubDelegateImpl__
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 StubDelegateImpl;
21
        }
22
      }
23
    }
24
  }
25
  namespace javax
26
  {
27
    namespace rmi
28
    {
29
      namespace CORBA
30
      {
31
          class Stub;
32
          class Tie;
33
      }
34
    }
35
  }
36
  namespace org
37
  {
38
    namespace omg
39
    {
40
      namespace CORBA
41
      {
42
          class ORB;
43
      }
44
      namespace PortableServer
45
      {
46
          class POA;
47
      }
48
    }
49
  }
50
}
51
 
52
class gnu::javax::rmi::CORBA::StubDelegateImpl : public ::java::lang::Object
53
{
54
 
55
public:
56
  StubDelegateImpl();
57
  virtual void connect(::javax::rmi::CORBA::Stub *, ::org::omg::CORBA::ORB *);
58
  static void connect(::javax::rmi::CORBA::Stub *, ::org::omg::CORBA::ORB *, ::org::omg::PortableServer::POA *);
59
  static ::javax::rmi::CORBA::Tie * getTieFromStub(::java::lang::Object *);
60
  virtual jboolean equals(::javax::rmi::CORBA::Stub *, ::java::lang::Object *);
61
  virtual jint hashCode(::javax::rmi::CORBA::Stub *);
62
  virtual ::java::lang::String * toString(::javax::rmi::CORBA::Stub *);
63
  virtual void readObject(::javax::rmi::CORBA::Stub *, ::java::io::ObjectInputStream *);
64
  virtual void readObject(::javax::rmi::CORBA::Stub *, ::java::io::ObjectInputStream *, ::org::omg::CORBA::ORB *);
65
  virtual void writeObject(::javax::rmi::CORBA::Stub *, ::java::io::ObjectOutputStream *);
66
  virtual void writeObject(::javax::rmi::CORBA::Stub *, ::java::io::ObjectOutputStream *, ::org::omg::CORBA::ORB *);
67
  static ::java::lang::Class class$;
68
};
69
 
70
#endif // __gnu_javax_rmi_CORBA_StubDelegateImpl__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.