Track more objects!

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3091 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-08-23 21:05:04 +00:00
parent bfc0fbcd3e
commit a2ae7d499d
14 changed files with 42 additions and 42 deletions
@@ -1,9 +1,9 @@
//
// $Id: OccupantInfo.java,v 1.12 2004/03/06 11:29:19 mdb Exp $
// $Id: OccupantInfo.java,v 1.13 2004/08/23 21:05:03 mdb Exp $
package com.threerings.crowd.data;
import com.threerings.io.SimpleStreamableObject;
import com.threerings.io.TrackedStreamableObject;
import com.threerings.util.Name;
import com.threerings.presents.dobj.DSet;
@@ -26,7 +26,7 @@ import com.threerings.presents.dobj.DSet;
* responsible for adding the code to clone those attributes when a clone
* is requested.
*/
public class OccupantInfo extends SimpleStreamableObject
public class OccupantInfo extends TrackedStreamableObject
implements DSet.Entry, Cloneable
{
/** Constant value for {@link #status}. */
@@ -1,11 +1,11 @@
//
// $Id: PlaceConfig.java,v 1.6 2004/02/25 14:41:47 mdb Exp $
// $Id: PlaceConfig.java,v 1.7 2004/08/23 21:05:03 mdb Exp $
package com.threerings.crowd.data;
import com.samskivert.util.StringUtil;
import com.threerings.io.SimpleStreamableObject;
import com.threerings.io.TrackedStreamableObject;
/**
* The place config class encapsulates the configuration information for a
@@ -20,7 +20,7 @@ import com.threerings.io.SimpleStreamableObject;
* #getControllerClass} and {@link #getManagerClassName}, returning the
* appropriate place controller and manager class for that place.
*/
public abstract class PlaceConfig extends SimpleStreamableObject
public abstract class PlaceConfig extends TrackedStreamableObject
{
/**
* Returns the class that should be used to create a controller for