More Config rethink.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1167 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-03-28 23:59:34 +00:00
parent b486315e47
commit a2db66aa21
3 changed files with 4 additions and 9 deletions
@@ -1,10 +1,8 @@
//
// $Id: PresentsServer.java,v 1.19 2002/03/28 22:32:32 mdb Exp $
// $Id: PresentsServer.java,v 1.20 2002/03/28 23:59:33 mdb Exp $
package com.threerings.presents.server;
import com.samskivert.util.Config;
import com.threerings.presents.Log;
import com.threerings.presents.dobj.DObjectManager;
import com.threerings.presents.server.net.ConnectionManager;
@@ -1,9 +1,8 @@
//
// $Id: ZoneRegistry.java,v 1.5 2002/01/29 02:05:49 mdb Exp $
// $Id: ZoneRegistry.java,v 1.6 2002/03/28 23:59:33 mdb Exp $
package com.threerings.whirled.zone.server;
import com.samskivert.util.Config;
import com.samskivert.util.HashIntMap;
import com.threerings.presents.server.InvocationManager;
@@ -21,8 +20,7 @@ public class ZoneRegistry
/**
* Creates a zone manager with the supplied configuration.
*/
public ZoneRegistry (
Config config, InvocationManager invmgr, SceneRegistry screg)
public ZoneRegistry (InvocationManager invmgr, SceneRegistry screg)
{
// create a zone provider and register it with the invocation
// services