Changed DSet.Element to DSet.Entry in preparation for the addition of

array element update support. (Arrays have elements, sets have entries.)


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1133 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-03-18 23:21:26 +00:00
parent 76cff072be
commit 7ccb9594b9
18 changed files with 323 additions and 327 deletions
@@ -1,5 +1,5 @@
//
// $Id: PlaceManager.java,v 1.27 2002/02/14 18:08:53 mdb Exp $
// $Id: PlaceManager.java,v 1.28 2002/03/18 23:21:26 mdb Exp $
package com.threerings.crowd.server;
@@ -136,7 +136,7 @@ public class PlaceManager
_plobj = plobj;
// configure the occupant info set
plobj.occupantInfo.setElementType(getOccupantInfoClass());
plobj.occupantInfo.setEntryType(getOccupantInfoClass());
// we'll need to hear about place object events
plobj.addListener(this);