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
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user