Fiddlesticks. We can't keep the deprecated constructor in here because that

breaks streaming. Everyone will have to regenerate their services. Sorry! If
only I hadn't hardcoded the insertion of the constructor in the first place,
this would have all been nicely behind an abstraction boundary. It will be once
the services are regenerated.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6584 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2011-04-02 01:03:07 +00:00
parent 1203c59588
commit b85a7d71a5
@@ -49,14 +49,6 @@ public class InvocationResponseEvent extends DEvent
_args = args;
}
/** @deprecated Regenerate your services. */
@Deprecated
public InvocationResponseEvent (int targetOid, int requestId, int methodId, Object[] args,
Transport transport)
{
this(targetOid, requestId, methodId, args);
}
/**
* Returns the invocation request id associated with this response.
*/