Some work on streaming.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3855 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-02-15 01:41:14 +00:00
parent 28ac720b98
commit 1d36299e3c
13 changed files with 216 additions and 175 deletions
+1 -3
View File
@@ -30,7 +30,7 @@ public class Name extends Object
return Name.isBlank(this);
}
public /*override*/ function toString () :String
public override function toString () :String
{
return _name;
}
@@ -65,8 +65,6 @@ public class Name extends Object
out.writeUTF(_name);
}
*/
}
// documentation inherited from interface Streamable