re PR middle-end/32628 (bogus integer overflow warning)
[official-gcc.git] / libjava / gnu / CORBA / IorObject.h
blobc3fca11db19589258175dc3fda35a78bd49b6a1b
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_CORBA_IorObject__
5 #define __gnu_CORBA_IorObject__
7 #pragma interface
9 #include <org/omg/CORBA/portable/ObjectImpl.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace gnu
16 namespace CORBA
18 class IOR;
19 class IorObject;
20 class OrbFunctional;
23 namespace org
25 namespace omg
27 namespace CORBA
29 class ORB;
35 class gnu::CORBA::IorObject : public ::org::omg::CORBA::portable::ObjectImpl
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$;
52 #endif // __gnu_CORBA_IorObject__