]> git.ipfire.org Git - thirdparty/gcc.git/blob - libjava/javax/rmi/CORBA/ObjectImpl.java
PR c++/17413
[thirdparty/gcc.git] / libjava / javax / rmi / CORBA / ObjectImpl.java
1 package javax.rmi.CORBA;
2
3 /** XXX - Stub till we have org.omg.CORBA */
4 public class ObjectImpl
5 {
6 public ObjectImpl _orb() { return null; }
7 public String object_to_string(ObjectImpl o)
8 throws javax.rmi.BAD_OPERATION { return null; }
9 }