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,11 +1,11 @@
//
// $Id: SceneModel.java,v 1.9 2003/02/12 07:23:31 mdb Exp $
// $Id: SceneModel.java,v 1.10 2004/08/23 21:05:04 mdb Exp $
package com.threerings.whirled.data;
import com.samskivert.util.ArrayUtil;
import com.threerings.io.SimpleStreamableObject;
import com.threerings.io.TrackedStreamableObject;
/**
* The scene model is the bare bones representation of the data for a
@@ -16,7 +16,7 @@ import com.threerings.io.SimpleStreamableObject;
* what is transmitted over the wire when communicating scenes from the
* server to the client.
*/
public class SceneModel extends SimpleStreamableObject
public class SceneModel extends TrackedStreamableObject
implements Cloneable
{
/** This scene's unique identifier. */