* combine.c (update_cfg_for_uncondjump): Instead of testing at_end
[official-gcc.git] / libjava / gnu / CORBA / StubLocator.h
blob591e30fe5547e1811ba54f8bb5b1a65ff2a2db42
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_CORBA_StubLocator__
5 #define __gnu_CORBA_StubLocator__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace gnu
14 namespace CORBA
16 class IOR;
17 class StubLocator;
20 namespace org
22 namespace omg
24 namespace CORBA
26 class ORB;
27 namespace portable
29 class ObjectImpl;
36 class gnu::CORBA::StubLocator : public ::java::lang::Object
39 public:
40 StubLocator();
41 static ::org::omg::CORBA::portable::ObjectImpl * search(::org::omg::CORBA::ORB *, ::gnu::CORBA::IOR *);
42 public: // actually protected
43 static ::org::omg::CORBA::portable::ObjectImpl * createDefaultStub(::org::omg::CORBA::ORB *, ::gnu::CORBA::IOR *);
44 public:
45 static ::java::lang::Class class$;
48 #endif // __gnu_CORBA_StubLocator__