public void relayUnknownPreservedAsKnownPreserved(RelayPrx r, Ice.Current current) { RelayPrx p = RelayPrx.UncheckedCast(current.con.createProxy(r.Identity)); p.unknownPreservedAsKnownPreserved(); test(false); }
public void relayKnownPreservedAsBase(RelayPrx r, Ice.Current current) { RelayPrx p = RelayPrx.UncheckedCast(current.Connection.createProxy(r.Identity)); p.knownPreservedAsBase(); test(false); }
relayUnknownPreservedAsKnownPreservedAsync(RelayPrx r, Ice.Current current) { RelayPrx p = RelayPrx.UncheckedCast(current.Connection.createProxy(r.Identity)); p.unknownPreservedAsKnownPreserved(); test(false); return(null); }
relayKnownPreservedAsBaseAsync(RelayPrx r, Ice.Current current) { RelayPrx p = RelayPrx.UncheckedCast(current.con.createProxy(r.Identity)); p.knownPreservedAsBase(); test(false); return(null); }