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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [CORBA/] [portable/] [ObjectImpl.h] - Blame information for rev 761

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 761 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __org_omg_CORBA_portable_ObjectImpl__
5
#define __org_omg_CORBA_portable_ObjectImpl__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace org
15
  {
16
    namespace omg
17
    {
18
      namespace CORBA
19
      {
20
          class Context;
21
          class ContextList;
22
          class DomainManager;
23
          class ExceptionList;
24
          class NVList;
25
          class NamedValue;
26
          class ORB;
27
          class Object;
28
          class Policy;
29
          class Request;
30
          class SetOverrideType;
31
        namespace portable
32
        {
33
            class Delegate;
34
            class InputStream;
35
            class ObjectImpl;
36
            class OutputStream;
37
            class ServantObject;
38
        }
39
      }
40
    }
41
  }
42
}
43
 
44
class org::omg::CORBA::portable::ObjectImpl : public ::java::lang::Object
45
{
46
 
47
public:
48
  ObjectImpl();
49
  virtual ::org::omg::CORBA::Request * _create_request(::org::omg::CORBA::Context *, ::java::lang::String *, ::org::omg::CORBA::NVList *, ::org::omg::CORBA::NamedValue *, ::org::omg::CORBA::ExceptionList *, ::org::omg::CORBA::ContextList *);
50
  virtual ::org::omg::CORBA::Request * _create_request(::org::omg::CORBA::Context *, ::java::lang::String *, ::org::omg::CORBA::NVList *, ::org::omg::CORBA::NamedValue *);
51
  virtual ::org::omg::CORBA::Object * _duplicate();
52
  virtual ::org::omg::CORBA::portable::Delegate * _get_delegate();
53
  virtual JArray< ::org::omg::CORBA::DomainManager * > * _get_domain_managers();
54
  virtual ::org::omg::CORBA::Object * _get_interface_def();
55
  virtual ::org::omg::CORBA::Policy * _get_policy(jint);
56
  virtual JArray< ::java::lang::String * > * _ids() = 0;
57
  virtual jint _hash(jint);
58
  virtual ::org::omg::CORBA::portable::InputStream * _invoke(::org::omg::CORBA::portable::OutputStream *);
59
  virtual jboolean _is_a(::java::lang::String *);
60
  virtual jboolean _is_equivalent(::org::omg::CORBA::Object *);
61
  virtual jboolean _is_local();
62
  virtual jboolean _non_existent();
63
  virtual ::org::omg::CORBA::ORB * _orb();
64
  virtual void _release();
65
  virtual void _releaseReply(::org::omg::CORBA::portable::InputStream *);
66
  virtual ::org::omg::CORBA::Request * _request(::java::lang::String *);
67
  virtual ::org::omg::CORBA::portable::OutputStream * _request(::java::lang::String *, jboolean);
68
  virtual void _servant_postinvoke(::org::omg::CORBA::portable::ServantObject *);
69
  virtual ::org::omg::CORBA::portable::ServantObject * _servant_preinvoke(::java::lang::String *, ::java::lang::Class *);
70
  virtual void _set_delegate(::org::omg::CORBA::portable::Delegate *);
71
  virtual ::org::omg::CORBA::Object * _set_policy_override(JArray< ::org::omg::CORBA::Policy * > *, ::org::omg::CORBA::SetOverrideType *);
72
  virtual jboolean equals(::java::lang::Object *);
73
  virtual ::java::lang::String * toString();
74
public: // actually package-private
75
  ::org::omg::CORBA::portable::Delegate * __attribute__((aligned(__alignof__( ::java::lang::Object)))) delegate;
76
public:
77
  static ::java::lang::Class class$;
78
};
79
 
80
#endif // __org_omg_CORBA_portable_ObjectImpl__

powered by: WebSVN 2.1.0

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