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:
Michael Bayne
2008-08-04 21:03:01 +00:00
parent c0492fcce4
commit 9f91324260
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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) {