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
+3 -3
View File
@@ -1,11 +1,11 @@
//
// $Id: Name.java,v 1.2 2004/04/06 17:42:49 ray Exp $
// $Id: Name.java,v 1.3 2004/08/23 21:05:04 mdb Exp $
package com.threerings.util;
import java.util.regex.Pattern;
import com.threerings.io.SimpleStreamableObject;
import com.threerings.io.TrackedStreamableObject;
/**
* Contains the name of an entity. Provides a means by which names can be
@@ -13,7 +13,7 @@ import com.threerings.io.SimpleStreamableObject;
* things exactly or the challenge of inserting code to normalize names
* everywhere they are compared.
*/
public class Name extends SimpleStreamableObject
public class Name extends TrackedStreamableObject
implements Comparable
{
/** A blank name for use in situations where it is needed.