The first great Three Rings renaming. Cocktail changed to Narya, Cher

changed to Presents and Party changed to Crowd. Whee!


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@431 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-10-11 04:07:54 +00:00
parent ac477756ea
commit 8a4c46badc
170 changed files with 832 additions and 805 deletions
@@ -1,17 +1,17 @@
//
// $Id: TestClient.java,v 1.2 2001/10/09 17:20:58 mdb Exp $
// $Id: TestClient.java,v 1.3 2001/10/11 04:07:51 mdb Exp $
package com.threerings.parlor.test;
import com.samskivert.util.Config;
import com.samskivert.util.Queue;
import com.threerings.cocktail.cher.client.*;
import com.threerings.cocktail.cher.dobj.DObjectManager;
import com.threerings.cocktail.cher.net.*;
import com.threerings.presents.client.*;
import com.threerings.presents.dobj.DObjectManager;
import com.threerings.presents.net.*;
import com.threerings.cocktail.party.data.BodyObject;
import com.threerings.cocktail.party.client.*;
import com.threerings.crowd.data.BodyObject;
import com.threerings.crowd.client.*;
import com.threerings.parlor.Log;
import com.threerings.parlor.client.*;
@@ -1,9 +1,9 @@
//
// $Id: TestController.java,v 1.2 2001/10/06 00:25:29 mdb Exp $
// $Id: TestController.java,v 1.3 2001/10/11 04:07:51 mdb Exp $
package com.threerings.parlor.test;
import com.threerings.cocktail.party.client.PlaceView;
import com.threerings.crowd.client.PlaceView;
import com.threerings.parlor.client.GameController;
public class TestController extends GameController
@@ -1,9 +1,9 @@
//
// $Id: TestServer.java,v 1.1 2001/10/03 03:45:44 mdb Exp $
// $Id: TestServer.java,v 1.2 2001/10/11 04:07:51 mdb Exp $
package com.threerings.parlor.test;
import com.threerings.cocktail.party.server.PartyServer;
import com.threerings.crowd.server.CrowdServer;
import com.threerings.parlor.Log;
import com.threerings.parlor.server.ParlorManager;
@@ -11,7 +11,7 @@ import com.threerings.parlor.server.ParlorManager;
/**
* A test server for the Parlor services.
*/
public class TestServer extends PartyServer
public class TestServer extends CrowdServer
{
/** The parlor manager in operation on this server. */
public static ParlorManager parmgr = new ParlorManager();