We've always been at war with Eurasia. Changed InvocationManager to
InvocationDirector (please god let the renaming be done). Removed IntMap and modified code to use samskivert's HashIntMap. Also modified PlaceManager and PlaceRegistry such that there is no Properties object supplied for configuration (let the derived classes sort out how they want to configure their managers) and so that the PlaceManager tells the PlaceRegistry what sort of PlaceObject derived class it wants to manage rather than having that come from the configuration. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@374 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
//
|
||||
// $Id: OccupantManager.java,v 1.4 2001/10/01 22:14:55 mdb Exp $
|
||||
// $Id: OccupantManager.java,v 1.5 2001/10/02 02:07:50 mdb Exp $
|
||||
|
||||
package com.threerings.cocktail.party.client;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
|
||||
import com.samskivert.util.HashIntMap;
|
||||
import com.threerings.cocktail.cher.dobj.*;
|
||||
import com.threerings.cocktail.cher.util.IntMap;
|
||||
|
||||
import com.threerings.cocktail.party.Log;
|
||||
import com.threerings.cocktail.party.data.OccupantInfo;
|
||||
@@ -177,5 +177,5 @@ public class OccupantManager
|
||||
|
||||
protected ArrayList _observers = new ArrayList();
|
||||
protected PlaceObject _place;
|
||||
protected IntMap _ocache = new IntMap();
|
||||
protected HashIntMap _ocache = new HashIntMap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user