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 }