259260261262263264265266267268269
data[i + off] = read_octet(); } } 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; }
73747576777879
this.policies = policies; this.orb = (ORB) ior.orb; } public ClientDelegate(ORB orb, IOR ior) { this(new InternalIOR(orb, ior), orb.getPolicies()); }
77787980818283
public ClientDelegate(ORB orb, IOR ior) { this(new InternalIOR(orb, ior), orb.getPolicies()); } ClientDelegate(ORB orb, IOR ior, Policy[] policies) { this(new InternalIOR(orb, ior), policies); }