Regenerated invocation service bits.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@613 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2008-06-06 14:39:03 +00:00
parent f663e36fe6
commit 2090bcdfeb
33 changed files with 58 additions and 103 deletions
@@ -21,10 +21,10 @@
package com.threerings.micasa.lobby;
import com.threerings.micasa.lobby.LobbyService;
import com.threerings.presents.client.Client;
import com.threerings.presents.data.InvocationMarshaller;
import com.threerings.presents.dobj.InvocationResponseEvent;
import com.threerings.presents.net.Transport;
import java.util.List;
/**
@@ -53,7 +53,7 @@ public class LobbyMarshaller extends InvocationMarshaller
_invId = null;
omgr.postEvent(new InvocationResponseEvent(
callerOid, requestId, GOT_CATEGORIES,
new Object[] { arg1 }));
new Object[] { arg1 }, transport));
}
@Override // from InvocationMarshaller
@@ -88,7 +88,7 @@ public class LobbyMarshaller extends InvocationMarshaller
_invId = null;
omgr.postEvent(new InvocationResponseEvent(
callerOid, requestId, GOT_LOBBIES,
new Object[] { arg1 }));
new Object[] { arg1 }, transport));
}
@Override // from InvocationMarshaller