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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [CORBA/] [IorObject.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_IorObject__
5
#define __gnu_CORBA_IorObject__
6
 
7
#pragma interface
8
 
9
#include <org/omg/CORBA/portable/ObjectImpl.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace CORBA
17
    {
18
        class IOR;
19
        class IorObject;
20
        class OrbFunctional;
21
    }
22
  }
23
  namespace org
24
  {
25
    namespace omg
26
    {
27
      namespace CORBA
28
      {
29
          class ORB;
30
      }
31
    }
32
  }
33
}
34
 
35
class gnu::CORBA::IorObject : public ::org::omg::CORBA::portable::ObjectImpl
36
{
37
 
38
public:
39
  IorObject(::org::omg::CORBA::ORB *, ::gnu::CORBA::IOR *);
40
  IorObject(::gnu::CORBA::OrbFunctional *, ::java::lang::String *);
41
  virtual ::gnu::CORBA::IOR * getIor();
42
  virtual JArray< ::java::lang::String * > * _ids();
43
  virtual ::java::lang::String * toString();
44
public: // actually protected
45
  virtual void finalize();
46
  ::gnu::CORBA::IOR * __attribute__((aligned(__alignof__( ::org::omg::CORBA::portable::ObjectImpl)))) ior;
47
  JArray< ::java::lang::String * > * id;
48
public:
49
  static ::java::lang::Class class$;
50
};
51
 
52
#endif // __gnu_CORBA_IorObject__

powered by: WebSVN 2.1.0

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