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:
@@ -49,14 +49,6 @@ public class InvocationResponseEvent extends DEvent
|
|||||||
_args = args;
|
_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.
|
* Returns the invocation request id associated with this response.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user