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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_rmi_CORBA_StubDelegate__
5
#define __javax_rmi_CORBA_StubDelegate__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace rmi
15
    {
16
      namespace CORBA
17
      {
18
          class Stub;
19
          class StubDelegate;
20
      }
21
    }
22
  }
23
  namespace org
24
  {
25
    namespace omg
26
    {
27
      namespace CORBA
28
      {
29
          class ORB;
30
      }
31
    }
32
  }
33
}
34
 
35
class javax::rmi::CORBA::StubDelegate : public ::java::lang::Object
36
{
37
 
38
public:
39
  virtual void connect(::javax::rmi::CORBA::Stub *, ::org::omg::CORBA::ORB *) = 0;
40
  virtual jboolean equals(::javax::rmi::CORBA::Stub *, ::java::lang::Object *) = 0;
41
  virtual jint hashCode(::javax::rmi::CORBA::Stub *) = 0;
42
  virtual void readObject(::javax::rmi::CORBA::Stub *, ::java::io::ObjectInputStream *) = 0;
43
  virtual void writeObject(::javax::rmi::CORBA::Stub *, ::java::io::ObjectOutputStream *) = 0;
44
  virtual ::java::lang::String * toString(::javax::rmi::CORBA::Stub *) = 0;
45
  static ::java::lang::Class class$;
46
} __attribute__ ((java_interface));
47
 
48
#endif // __javax_rmi_CORBA_StubDelegate__

powered by: WebSVN 2.1.0

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