From 85cdabbbee8dbc0ba3e91166e923ef329a2f6b7f Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 15 Apr 2002 18:06:20 +0000 Subject: [PATCH] Added some imports that were needed for javadoc comment resolution that became necesssary when *Codes were moved out of .client and into .data. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1247 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/crowd/data/LocationCodes.java | 3 ++- src/java/com/threerings/parlor/data/ParlorCodes.java | 5 ++++- src/java/com/threerings/whirled/data/SceneCodes.java | 3 ++- src/java/com/threerings/whirled/spot/data/SpotCodes.java | 4 +++- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/java/com/threerings/crowd/data/LocationCodes.java b/src/java/com/threerings/crowd/data/LocationCodes.java index c3dc04b35..345826761 100644 --- a/src/java/com/threerings/crowd/data/LocationCodes.java +++ b/src/java/com/threerings/crowd/data/LocationCodes.java @@ -1,9 +1,10 @@ // -// $Id: LocationCodes.java,v 1.1 2002/04/15 16:28:01 shaper Exp $ +// $Id: LocationCodes.java,v 1.2 2002/04/15 18:06:19 mdb Exp $ package com.threerings.crowd.data; import com.threerings.presents.data.InvocationCodes; +import com.threerings.crowd.client.LocationDirector; /** * Contains codes used by the location invocation services. diff --git a/src/java/com/threerings/parlor/data/ParlorCodes.java b/src/java/com/threerings/parlor/data/ParlorCodes.java index d09b9878d..24a45aeb9 100644 --- a/src/java/com/threerings/parlor/data/ParlorCodes.java +++ b/src/java/com/threerings/parlor/data/ParlorCodes.java @@ -1,10 +1,13 @@ // -// $Id: ParlorCodes.java,v 1.1 2002/04/15 16:28:02 shaper Exp $ +// $Id: ParlorCodes.java,v 1.2 2002/04/15 18:06:20 mdb Exp $ package com.threerings.parlor.data; import com.threerings.presents.data.InvocationCodes; +import com.threerings.parlor.client.ParlorDirector; +import com.threerings.parlor.client.TableDirector; + /** * Contains codes used by the parlor invocation services. */ diff --git a/src/java/com/threerings/whirled/data/SceneCodes.java b/src/java/com/threerings/whirled/data/SceneCodes.java index d3fb39e09..511b2ad61 100644 --- a/src/java/com/threerings/whirled/data/SceneCodes.java +++ b/src/java/com/threerings/whirled/data/SceneCodes.java @@ -1,9 +1,10 @@ // -// $Id: SceneCodes.java,v 1.1 2002/04/15 16:28:03 shaper Exp $ +// $Id: SceneCodes.java,v 1.2 2002/04/15 18:06:20 mdb Exp $ package com.threerings.whirled.data; import com.threerings.crowd.data.LocationCodes; +import com.threerings.whirled.client.SceneDirector; /** * Contains codes used by the scene invocation services. diff --git a/src/java/com/threerings/whirled/spot/data/SpotCodes.java b/src/java/com/threerings/whirled/spot/data/SpotCodes.java index 001fdfeea..688fd25b1 100644 --- a/src/java/com/threerings/whirled/spot/data/SpotCodes.java +++ b/src/java/com/threerings/whirled/spot/data/SpotCodes.java @@ -1,10 +1,12 @@ // -// $Id: SpotCodes.java,v 1.1 2002/04/15 16:28:03 shaper Exp $ +// $Id: SpotCodes.java,v 1.2 2002/04/15 18:06:20 mdb Exp $ package com.threerings.whirled.spot.data; import com.threerings.crowd.chat.ChatCodes; + import com.threerings.whirled.data.SceneCodes; +import com.threerings.whirled.spot.client.SpotSceneDirector; /** * Contains codes used by the Spot invocation services.