Regenerated marshallers with new response-tracking code.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3793 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2005-12-21 02:12:57 +00:00
parent 4cb18bd5ab
commit 852620bea4
8 changed files with 14 additions and 0 deletions
@@ -50,6 +50,7 @@ public class SceneMarshaller extends InvocationMarshaller
// documentation inherited from interface
public void moveSucceeded (int arg1, PlaceConfig arg2)
{
_invId = null;
omgr.postEvent(new InvocationResponseEvent(
callerOid, requestId, MOVE_SUCCEEDED,
new Object[] { new Integer(arg1), arg2 }));
@@ -62,6 +63,7 @@ public class SceneMarshaller extends InvocationMarshaller
// documentation inherited from interface
public void moveSucceededWithScene (int arg1, PlaceConfig arg2, SceneModel arg3)
{
_invId = null;
omgr.postEvent(new InvocationResponseEvent(
callerOid, requestId, MOVE_SUCCEEDED_WITH_SCENE,
new Object[] { new Integer(arg1), arg2, arg3 }));
@@ -74,6 +76,7 @@ public class SceneMarshaller extends InvocationMarshaller
// documentation inherited from interface
public void moveSucceededWithUpdates (int arg1, PlaceConfig arg2, SceneUpdate[] arg3)
{
_invId = null;
omgr.postEvent(new InvocationResponseEvent(
callerOid, requestId, MOVE_SUCCEEDED_WITH_UPDATES,
new Object[] { new Integer(arg1), arg2, arg3 }));