aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/CORBA/StubLocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/CORBA/StubLocator.h')
-rw-r--r--libjava/gnu/CORBA/StubLocator.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/libjava/gnu/CORBA/StubLocator.h b/libjava/gnu/CORBA/StubLocator.h
deleted file mode 100644
index 591e30fe554..00000000000
--- a/libjava/gnu/CORBA/StubLocator.h
+++ /dev/null
@@ -1,48 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __gnu_CORBA_StubLocator__
-#define __gnu_CORBA_StubLocator__
-
-#pragma interface
-
-#include <java/lang/Object.h>
-extern "Java"
-{
- namespace gnu
- {
- namespace CORBA
- {
- class IOR;
- class StubLocator;
- }
- }
- namespace org
- {
- namespace omg
- {
- namespace CORBA
- {
- class ORB;
- namespace portable
- {
- class ObjectImpl;
- }
- }
- }
- }
-}
-
-class gnu::CORBA::StubLocator : public ::java::lang::Object
-{
-
-public:
- StubLocator();
- static ::org::omg::CORBA::portable::ObjectImpl * search(::org::omg::CORBA::ORB *, ::gnu::CORBA::IOR *);
-public: // actually protected
- static ::org::omg::CORBA::portable::ObjectImpl * createDefaultStub(::org::omg::CORBA::ORB *, ::gnu::CORBA::IOR *);
-public:
- static ::java::lang::Class class$;
-};
-
-#endif // __gnu_CORBA_StubLocator__