Commented out upstream methods for classes that will never use them.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4367 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-09-11 20:19:11 +00:00
parent bb40bd533a
commit f4e7fd73f6
5 changed files with 188 additions and 187 deletions
@@ -14,12 +14,12 @@ public class AuthResponseData extends DObject
* why the authentication failed. */
public var code :String;
// documentation inherited
override public function writeObject (out :ObjectOutputStream) :void
{
super.writeObject(out);
out.writeField(code);
}
// // documentation inherited
// override public function writeObject (out :ObjectOutputStream) :void
// {
// super.writeObject(out);
// out.writeField(code);
// }
// documentation inherited
override public function readObject (ins :ObjectInputStream) :void