261262263264265266267268269
} public final org.omg.CORBA.Object read_Object() { InternalIOR ior = InternalIOR.read(__orb(), this); ClientDelegate del = new ClientDelegate(ior); ObjectImpl result = new PlainObject(); result._set_delegate(del); return result; }