From 8cd2bf8efda5968f6b2cdcd6cd5d7d2f6d8172ff Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 29 Jun 2008 12:46:26 +0000 Subject: [PATCH] Regened services. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@628 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/java/com/threerings/micasa/lobby/LobbyDispatcher.java | 4 ++-- .../micasa/simulator/server/SimulatorDispatcher.java | 4 ++-- .../parlor/card/trick/server/TrickCardGameDispatcher.java | 4 ++-- src/java/com/threerings/parlor/server/ParlorDispatcher.java | 4 ++-- src/java/com/threerings/parlor/server/TableDispatcher.java | 4 ++-- .../threerings/parlor/tourney/server/TourneyDispatcher.java | 4 ++-- .../threerings/parlor/tourney/server/TourniesDispatcher.java | 4 ++-- .../com/threerings/puzzle/server/PuzzleGameDispatcher.java | 4 ++-- .../com/threerings/stage/server/StageSceneDispatcher.java | 4 ++-- src/java/com/threerings/whirled/server/SceneDispatcher.java | 4 ++-- .../com/threerings/whirled/spot/server/SpotDispatcher.java | 4 ++-- .../com/threerings/whirled/zone/server/ZoneDispatcher.java | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/java/com/threerings/micasa/lobby/LobbyDispatcher.java b/src/java/com/threerings/micasa/lobby/LobbyDispatcher.java index a44ca198..bde19330 100644 --- a/src/java/com/threerings/micasa/lobby/LobbyDispatcher.java +++ b/src/java/com/threerings/micasa/lobby/LobbyDispatcher.java @@ -29,7 +29,7 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link LobbyProvider}. */ -public class LobbyDispatcher extends InvocationDispatcher +public class LobbyDispatcher extends InvocationDispatcher { /** * Creates a dispatcher that may be registered to dispatch invocation @@ -41,7 +41,7 @@ public class LobbyDispatcher extends InvocationDispatcher } @Override // documentation inherited - public InvocationMarshaller createMarshaller () + public LobbyMarshaller createMarshaller () { return new LobbyMarshaller(); } diff --git a/src/java/com/threerings/micasa/simulator/server/SimulatorDispatcher.java b/src/java/com/threerings/micasa/simulator/server/SimulatorDispatcher.java index 438e4deb..2efd2931 100644 --- a/src/java/com/threerings/micasa/simulator/server/SimulatorDispatcher.java +++ b/src/java/com/threerings/micasa/simulator/server/SimulatorDispatcher.java @@ -31,7 +31,7 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link SimulatorProvider}. */ -public class SimulatorDispatcher extends InvocationDispatcher +public class SimulatorDispatcher extends InvocationDispatcher { /** * Creates a dispatcher that may be registered to dispatch invocation @@ -43,7 +43,7 @@ public class SimulatorDispatcher extends InvocationDispatcher } @Override // documentation inherited - public InvocationMarshaller createMarshaller () + public SimulatorMarshaller createMarshaller () { return new SimulatorMarshaller(); } diff --git a/src/java/com/threerings/parlor/card/trick/server/TrickCardGameDispatcher.java b/src/java/com/threerings/parlor/card/trick/server/TrickCardGameDispatcher.java index 67370a2f..9a66417c 100644 --- a/src/java/com/threerings/parlor/card/trick/server/TrickCardGameDispatcher.java +++ b/src/java/com/threerings/parlor/card/trick/server/TrickCardGameDispatcher.java @@ -31,7 +31,7 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link TrickCardGameProvider}. */ -public class TrickCardGameDispatcher extends InvocationDispatcher +public class TrickCardGameDispatcher extends InvocationDispatcher { /** * Creates a dispatcher that may be registered to dispatch invocation @@ -43,7 +43,7 @@ public class TrickCardGameDispatcher extends InvocationDispatcher } @Override // documentation inherited - public InvocationMarshaller createMarshaller () + public TrickCardGameMarshaller createMarshaller () { return new TrickCardGameMarshaller(); } diff --git a/src/java/com/threerings/parlor/server/ParlorDispatcher.java b/src/java/com/threerings/parlor/server/ParlorDispatcher.java index 834597d1..b609f3ec 100644 --- a/src/java/com/threerings/parlor/server/ParlorDispatcher.java +++ b/src/java/com/threerings/parlor/server/ParlorDispatcher.java @@ -34,7 +34,7 @@ import com.threerings.util.Name; /** * Dispatches requests to the {@link ParlorProvider}. */ -public class ParlorDispatcher extends InvocationDispatcher +public class ParlorDispatcher extends InvocationDispatcher { /** * Creates a dispatcher that may be registered to dispatch invocation @@ -46,7 +46,7 @@ public class ParlorDispatcher extends InvocationDispatcher } @Override // documentation inherited - public InvocationMarshaller createMarshaller () + public ParlorMarshaller createMarshaller () { return new ParlorMarshaller(); } diff --git a/src/java/com/threerings/parlor/server/TableDispatcher.java b/src/java/com/threerings/parlor/server/TableDispatcher.java index d4cb0dc7..a2a2050b 100644 --- a/src/java/com/threerings/parlor/server/TableDispatcher.java +++ b/src/java/com/threerings/parlor/server/TableDispatcher.java @@ -33,7 +33,7 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link TableProvider}. */ -public class TableDispatcher extends InvocationDispatcher +public class TableDispatcher extends InvocationDispatcher { /** * Creates a dispatcher that may be registered to dispatch invocation @@ -45,7 +45,7 @@ public class TableDispatcher extends InvocationDispatcher } @Override // documentation inherited - public InvocationMarshaller createMarshaller () + public TableMarshaller createMarshaller () { return new TableMarshaller(); } diff --git a/src/java/com/threerings/parlor/tourney/server/TourneyDispatcher.java b/src/java/com/threerings/parlor/tourney/server/TourneyDispatcher.java index 301f5c17..7c304467 100644 --- a/src/java/com/threerings/parlor/tourney/server/TourneyDispatcher.java +++ b/src/java/com/threerings/parlor/tourney/server/TourneyDispatcher.java @@ -31,7 +31,7 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link TourneyProvider}. */ -public class TourneyDispatcher extends InvocationDispatcher +public class TourneyDispatcher extends InvocationDispatcher { /** * Creates a dispatcher that may be registered to dispatch invocation @@ -43,7 +43,7 @@ public class TourneyDispatcher extends InvocationDispatcher } @Override // documentation inherited - public InvocationMarshaller createMarshaller () + public TourneyMarshaller createMarshaller () { return new TourneyMarshaller(); } diff --git a/src/java/com/threerings/parlor/tourney/server/TourniesDispatcher.java b/src/java/com/threerings/parlor/tourney/server/TourniesDispatcher.java index 4d8d2269..a716aa14 100644 --- a/src/java/com/threerings/parlor/tourney/server/TourniesDispatcher.java +++ b/src/java/com/threerings/parlor/tourney/server/TourniesDispatcher.java @@ -32,7 +32,7 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link TourniesProvider}. */ -public class TourniesDispatcher extends InvocationDispatcher +public class TourniesDispatcher extends InvocationDispatcher { /** * Creates a dispatcher that may be registered to dispatch invocation @@ -44,7 +44,7 @@ public class TourniesDispatcher extends InvocationDispatcher } @Override // documentation inherited - public InvocationMarshaller createMarshaller () + public TourniesMarshaller createMarshaller () { return new TourniesMarshaller(); } diff --git a/src/java/com/threerings/puzzle/server/PuzzleGameDispatcher.java b/src/java/com/threerings/puzzle/server/PuzzleGameDispatcher.java index 661660c6..5ad3d424 100644 --- a/src/java/com/threerings/puzzle/server/PuzzleGameDispatcher.java +++ b/src/java/com/threerings/puzzle/server/PuzzleGameDispatcher.java @@ -31,7 +31,7 @@ import com.threerings.puzzle.data.PuzzleGameMarshaller; /** * Dispatches requests to the {@link PuzzleGameProvider}. */ -public class PuzzleGameDispatcher extends InvocationDispatcher +public class PuzzleGameDispatcher extends InvocationDispatcher { /** * Creates a dispatcher that may be registered to dispatch invocation @@ -43,7 +43,7 @@ public class PuzzleGameDispatcher extends InvocationDispatcher } @Override // documentation inherited - public InvocationMarshaller createMarshaller () + public PuzzleGameMarshaller createMarshaller () { return new PuzzleGameMarshaller(); } diff --git a/src/java/com/threerings/stage/server/StageSceneDispatcher.java b/src/java/com/threerings/stage/server/StageSceneDispatcher.java index 6eec276c..0a1c249a 100644 --- a/src/java/com/threerings/stage/server/StageSceneDispatcher.java +++ b/src/java/com/threerings/stage/server/StageSceneDispatcher.java @@ -32,7 +32,7 @@ import com.threerings.stage.data.StageSceneMarshaller; /** * Dispatches requests to the {@link StageSceneProvider}. */ -public class StageSceneDispatcher extends InvocationDispatcher +public class StageSceneDispatcher extends InvocationDispatcher { /** * Creates a dispatcher that may be registered to dispatch invocation @@ -44,7 +44,7 @@ public class StageSceneDispatcher extends InvocationDispatcher } @Override // documentation inherited - public InvocationMarshaller createMarshaller () + public StageSceneMarshaller createMarshaller () { return new StageSceneMarshaller(); } diff --git a/src/java/com/threerings/whirled/server/SceneDispatcher.java b/src/java/com/threerings/whirled/server/SceneDispatcher.java index caa95c3c..75d1ac01 100644 --- a/src/java/com/threerings/whirled/server/SceneDispatcher.java +++ b/src/java/com/threerings/whirled/server/SceneDispatcher.java @@ -31,7 +31,7 @@ import com.threerings.whirled.data.SceneMarshaller; /** * Dispatches requests to the {@link SceneProvider}. */ -public class SceneDispatcher extends InvocationDispatcher +public class SceneDispatcher extends InvocationDispatcher { /** * Creates a dispatcher that may be registered to dispatch invocation @@ -43,7 +43,7 @@ public class SceneDispatcher extends InvocationDispatcher } @Override // documentation inherited - public InvocationMarshaller createMarshaller () + public SceneMarshaller createMarshaller () { return new SceneMarshaller(); } diff --git a/src/java/com/threerings/whirled/spot/server/SpotDispatcher.java b/src/java/com/threerings/whirled/spot/server/SpotDispatcher.java index 689c0d5b..88115555 100644 --- a/src/java/com/threerings/whirled/spot/server/SpotDispatcher.java +++ b/src/java/com/threerings/whirled/spot/server/SpotDispatcher.java @@ -33,7 +33,7 @@ import com.threerings.whirled.spot.data.SpotMarshaller; /** * Dispatches requests to the {@link SpotProvider}. */ -public class SpotDispatcher extends InvocationDispatcher +public class SpotDispatcher extends InvocationDispatcher { /** * Creates a dispatcher that may be registered to dispatch invocation @@ -45,7 +45,7 @@ public class SpotDispatcher extends InvocationDispatcher } @Override // documentation inherited - public InvocationMarshaller createMarshaller () + public SpotMarshaller createMarshaller () { return new SpotMarshaller(); } diff --git a/src/java/com/threerings/whirled/zone/server/ZoneDispatcher.java b/src/java/com/threerings/whirled/zone/server/ZoneDispatcher.java index 55de6574..4ed831eb 100644 --- a/src/java/com/threerings/whirled/zone/server/ZoneDispatcher.java +++ b/src/java/com/threerings/whirled/zone/server/ZoneDispatcher.java @@ -31,7 +31,7 @@ import com.threerings.whirled.zone.data.ZoneMarshaller; /** * Dispatches requests to the {@link ZoneProvider}. */ -public class ZoneDispatcher extends InvocationDispatcher +public class ZoneDispatcher extends InvocationDispatcher { /** * Creates a dispatcher that may be registered to dispatch invocation @@ -43,7 +43,7 @@ public class ZoneDispatcher extends InvocationDispatcher } @Override // documentation inherited - public InvocationMarshaller createMarshaller () + public ZoneMarshaller createMarshaller () { return new ZoneMarshaller(); }