Moved remaining client.*Codes classes into their respective data packages

as they are intended to represent codes shared between the client and the
server.  Made correspondingly necessary changes throughout.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1240 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-04-15 16:28:05 +00:00
parent f6fedf5bdf
commit a97e9db978
31 changed files with 71 additions and 59 deletions
@@ -1,5 +1,5 @@
//
// $Id: ParlorDirector.java,v 1.14 2002/02/09 11:23:49 mdb Exp $
// $Id: ParlorDirector.java,v 1.15 2002/04/15 16:28:02 shaper Exp $
package com.threerings.parlor.client;
@@ -10,6 +10,7 @@ import com.samskivert.util.HashIntMap;
import com.threerings.presents.client.InvocationReceiver;
import com.threerings.parlor.Log;
import com.threerings.parlor.data.ParlorCodes;
import com.threerings.parlor.game.GameConfig;
import com.threerings.parlor.util.ParlorContext;
@@ -1,5 +1,5 @@
//
// $Id: ParlorService.java,v 1.11 2001/10/26 01:40:22 mdb Exp $
// $Id: ParlorService.java,v 1.12 2002/04/15 16:28:02 shaper Exp $
package com.threerings.parlor.client;
@@ -7,6 +7,7 @@ import com.threerings.presents.client.Client;
import com.threerings.presents.client.InvocationDirector;
import com.threerings.parlor.Log;
import com.threerings.parlor.data.ParlorCodes;
import com.threerings.parlor.game.GameConfig;
/**
@@ -1,9 +1,9 @@
//
// $Id: ParlorCodes.java,v 1.10 2001/10/26 01:40:22 mdb Exp $
// $Id: ParlorCodes.java,v 1.1 2002/04/15 16:28:02 shaper Exp $
package com.threerings.parlor.client;
package com.threerings.parlor.data;
import com.threerings.presents.client.InvocationCodes;
import com.threerings.presents.data.InvocationCodes;
/**
* Contains codes used by the parlor invocation services.
@@ -1,5 +1,5 @@
//
// $Id: Table.java,v 1.8 2002/03/18 23:21:26 mdb Exp $
// $Id: Table.java,v 1.9 2002/04/15 16:28:02 shaper Exp $
package com.threerings.parlor.data;
@@ -12,7 +12,7 @@ import com.samskivert.util.StringUtil;
import com.threerings.presents.dobj.DSet;
import com.threerings.presents.io.ValueMarshaller;
import com.threerings.parlor.client.ParlorCodes;
import com.threerings.parlor.data.ParlorCodes;
import com.threerings.parlor.game.GameConfig;
/**
@@ -1,9 +1,9 @@
//
// $Id: GameCodes.java,v 1.3 2001/10/11 21:08:21 mdb Exp $
// $Id: GameCodes.java,v 1.4 2002/04/15 16:28:02 shaper Exp $
package com.threerings.parlor.game;
import com.threerings.presents.client.InvocationCodes;
import com.threerings.presents.data.InvocationCodes;
/**
* Contains codes used by the game services.
@@ -1,5 +1,5 @@
//
// $Id: GameManager.java,v 1.24 2002/04/14 00:26:05 mdb Exp $
// $Id: GameManager.java,v 1.25 2002/04/15 16:28:02 shaper Exp $
package com.threerings.parlor.game;
@@ -16,7 +16,7 @@ import com.threerings.crowd.server.CrowdServer;
import com.threerings.crowd.server.PlaceManagerDelegate;
import com.threerings.parlor.Log;
import com.threerings.parlor.client.ParlorCodes;
import com.threerings.parlor.data.ParlorCodes;
/**
* The game manager handles the server side management of a game. It
@@ -1,5 +1,5 @@
//
// $Id: ParlorManager.java,v 1.17 2002/03/28 22:32:32 mdb Exp $
// $Id: ParlorManager.java,v 1.18 2002/04/15 16:28:02 shaper Exp $
package com.threerings.parlor.server;
@@ -12,7 +12,7 @@ import com.threerings.crowd.data.BodyObject;
import com.threerings.crowd.server.CrowdServer;
import com.threerings.parlor.Log;
import com.threerings.parlor.client.ParlorCodes;
import com.threerings.parlor.data.ParlorCodes;
import com.threerings.parlor.game.GameConfig;
import com.threerings.parlor.game.GameManager;
@@ -1,5 +1,5 @@
//
// $Id: ParlorProvider.java,v 1.10 2001/10/23 23:47:02 mdb Exp $
// $Id: ParlorProvider.java,v 1.11 2002/04/15 16:28:02 shaper Exp $
package com.threerings.parlor.server;
@@ -11,7 +11,7 @@ import com.threerings.crowd.server.CrowdServer;
import com.threerings.crowd.server.PlaceManager;
import com.threerings.parlor.Log;
import com.threerings.parlor.client.ParlorCodes;
import com.threerings.parlor.data.ParlorCodes;
import com.threerings.parlor.game.GameConfig;
/**
@@ -1,5 +1,5 @@
//
// $Id: TableManager.java,v 1.4 2001/10/26 01:40:22 mdb Exp $
// $Id: TableManager.java,v 1.5 2002/04/15 16:28:02 shaper Exp $
package com.threerings.parlor.server;
@@ -23,7 +23,7 @@ import com.threerings.crowd.server.PlaceManager;
import com.threerings.crowd.server.PlaceRegistry;
import com.threerings.parlor.Log;
import com.threerings.parlor.client.ParlorCodes;
import com.threerings.parlor.data.ParlorCodes;
import com.threerings.parlor.data.Table;
import com.threerings.parlor.data.TableConfig;
import com.threerings.parlor.data.TableLobbyObject;