aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/rmi/CORBA/ObjectImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/rmi/CORBA/ObjectImpl.java')
-rw-r--r--libjava/javax/rmi/CORBA/ObjectImpl.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/libjava/javax/rmi/CORBA/ObjectImpl.java b/libjava/javax/rmi/CORBA/ObjectImpl.java
deleted file mode 100644
index d76d673cede..00000000000
--- a/libjava/javax/rmi/CORBA/ObjectImpl.java
+++ /dev/null
@@ -1,9 +0,0 @@
-package javax.rmi.CORBA;
-
-/** XXX - Stub till we have org.omg.CORBA */
-public class ObjectImpl
-{
- public ObjectImpl _orb() { return null; }
- public String object_to_string(ObjectImpl o)
- throws javax.rmi.BAD_OPERATION { return null; }
-}