mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
10 lines
243 B
Java
10 lines
243 B
Java
|
|
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; }
|
||
|
|
}
|