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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [IorDelegate.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_CORBA_IorDelegate__
5
#define __gnu_CORBA_IorDelegate__
6
 
7
#pragma interface
8
 
9
#include <gnu/CORBA/SimpleDelegate.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace CORBA
15
    {
16
      namespace CDR
17
      {
18
          class BufferredCdrInput;
19
      }
20
        class IOR;
21
        class IorDelegate;
22
        class StreamBasedRequest;
23
        class gnuRequest;
24
    }
25
  }
26
  namespace org
27
  {
28
    namespace omg
29
    {
30
      namespace CORBA
31
      {
32
          class Context;
33
          class ContextList;
34
          class ExceptionList;
35
          class NVList;
36
          class NamedValue;
37
          class ORB;
38
          class Object;
39
          class Request;
40
        namespace portable
41
        {
42
            class InputStream;
43
            class OutputStream;
44
        }
45
      }
46
    }
47
  }
48
}
49
 
50
class gnu::CORBA::IorDelegate : public ::gnu::CORBA::SimpleDelegate
51
{
52
 
53
public:
54
  IorDelegate(::org::omg::CORBA::ORB *, ::gnu::CORBA::IOR *);
55
  virtual ::org::omg::CORBA::Request * create_request(::org::omg::CORBA::Object *, ::org::omg::CORBA::Context *, ::java::lang::String *, ::org::omg::CORBA::NVList *, ::org::omg::CORBA::NamedValue *);
56
  virtual ::org::omg::CORBA::Request * create_request(::org::omg::CORBA::Object *, ::org::omg::CORBA::Context *, ::java::lang::String *, ::org::omg::CORBA::NVList *, ::org::omg::CORBA::NamedValue *, ::org::omg::CORBA::ExceptionList *, ::org::omg::CORBA::ContextList *);
57
public: // actually protected
58
  virtual ::gnu::CORBA::gnuRequest * getRequestInstance(::org::omg::CORBA::Object *);
59
public:
60
  virtual ::org::omg::CORBA::portable::InputStream * invoke(::org::omg::CORBA::Object *, ::org::omg::CORBA::portable::OutputStream *);
61
public: // actually package-private
62
  virtual void showException(::gnu::CORBA::StreamBasedRequest *, ::gnu::CORBA::CDR::BufferredCdrInput *);
63
public:
64
  virtual ::org::omg::CORBA::Request * request(::org::omg::CORBA::Object *, ::java::lang::String *);
65
  virtual ::org::omg::CORBA::portable::OutputStream * request(::org::omg::CORBA::Object *, ::java::lang::String *, jboolean);
66
  virtual void release(::org::omg::CORBA::Object *);
67
  virtual void setIor(::gnu::CORBA::IOR *);
68
  virtual jboolean is_local(::org::omg::CORBA::Object *);
69
  static ::java::lang::Class class$;
70
};
71
 
72
#endif // __gnu_CORBA_IorDelegate__

powered by: WebSVN 2.1.0

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