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: 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;