Updated to use new Client-reference-free style.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6398 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2010-12-31 22:28:21 +00:00
parent b60112ae93
commit e80409a7f4
33 changed files with 146 additions and 144 deletions
@@ -282,13 +282,15 @@ public class InvocationMarshaller
_invdir.sendRequest(_invOid, _invCode, methodId, args, transport);
}
@Deprecated /** @deprecated use client-argument-free version. */
/** @deprecated use client-argument-free version. */
@Deprecated
protected void sendRequest (Client client, int methodId, Object[] args)
{
sendRequest(client, methodId, args, Transport.DEFAULT);
}
@Deprecated /** @deprecated use client-argument-free version. */
/** @deprecated use client-argument-free version. */
@Deprecated
protected void sendRequest (Client client, int methodId, Object[] args, Transport transport)
{
client.getInvocationDirector().sendRequest(_invOid, _invCode, methodId, args, transport);