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:
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ViewerSceneViewPanel.java,v 1.45 2002/03/28 22:32:33 mdb Exp $
|
||||
// $Id: ViewerSceneViewPanel.java,v 1.46 2002/03/28 23:59:34 mdb Exp $
|
||||
|
||||
package com.threerings.miso.viewer;
|
||||
|
||||
@@ -9,7 +9,6 @@ import java.awt.event.MouseAdapter;
|
||||
import java.awt.event.MouseEvent;
|
||||
|
||||
import java.util.List;
|
||||
import com.samskivert.util.Config;
|
||||
|
||||
import com.threerings.cast.CharacterDescriptor;
|
||||
import com.threerings.cast.CharacterManager;
|
||||
|
||||
Reference in New Issue
Block a user