Regenerated services and fixed service matching which was missing the
micasa.lobby services because they don't follow the pattern of being in a micasa.lobby.client package. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@706 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -77,6 +77,7 @@
|
|||||||
<include name="**/stage/client/*Service.java"/>
|
<include name="**/stage/client/*Service.java"/>
|
||||||
<include name="**/puzzle/client/*Service.java"/>
|
<include name="**/puzzle/client/*Service.java"/>
|
||||||
<include name="**/micasa/simulator/client/*Service.java"/>
|
<include name="**/micasa/simulator/client/*Service.java"/>
|
||||||
|
<include name="**/micasa/lobby/*Service.java"/>
|
||||||
<include name="**/parlor/tourney/client/*Service.java"/>
|
<include name="**/parlor/tourney/client/*Service.java"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
<providerless service="SimulatorService"/>
|
<providerless service="SimulatorService"/>
|
||||||
|
|||||||
@@ -91,6 +91,7 @@ public class LobbyMarshaller extends InvocationMarshaller
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override // from InvocationMarshaller
|
@Override // from InvocationMarshaller
|
||||||
|
@SuppressWarnings("unchecked")
|
||||||
public void dispatchResponse (int methodId, Object[] args)
|
public void dispatchResponse (int methodId, Object[] args)
|
||||||
{
|
{
|
||||||
switch (methodId) {
|
switch (methodId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user