aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/javax/rmi/CORBA/ObjectImpl.java
blob: d76d673cedef94e5953106aae2449c921378090e (plain)
1
2
3
4
5
6
7
8
9
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; }
}