Revamp! Modified the way configuration is handled.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1166 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
//
|
||||
// $Id: TestClient.java,v 1.8 2002/02/09 20:47:11 mdb Exp $
|
||||
// $Id: TestClient.java,v 1.9 2002/03/28 22:32:33 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.client;
|
||||
|
||||
import com.samskivert.util.Config;
|
||||
import com.samskivert.util.Queue;
|
||||
|
||||
import com.threerings.presents.client.*;
|
||||
@@ -22,7 +21,6 @@ public class TestClient
|
||||
_ctx = new CrowdContextImpl();
|
||||
|
||||
// create the handles on our various services
|
||||
_config = new Config();
|
||||
_client = new Client(creds, this);
|
||||
_locdir = new LocationDirector(_ctx);
|
||||
_occmgr = new OccupantManager(_ctx);
|
||||
@@ -96,11 +94,6 @@ public class TestClient
|
||||
|
||||
protected class CrowdContextImpl implements CrowdContext
|
||||
{
|
||||
public Config getConfig ()
|
||||
{
|
||||
return _config;
|
||||
}
|
||||
|
||||
public Client getClient ()
|
||||
{
|
||||
return _client;
|
||||
@@ -127,7 +120,6 @@ public class TestClient
|
||||
}
|
||||
}
|
||||
|
||||
protected Config _config;
|
||||
protected Client _client;
|
||||
protected LocationDirector _locdir;
|
||||
protected OccupantManager _occmgr;
|
||||
|
||||
Reference in New Issue
Block a user