Removed some code that only needs to be on the server-side.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4360 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -13,11 +13,9 @@ public /* abstract */ class DownstreamMessage
|
||||
public var messageId :int = -1;
|
||||
|
||||
// documentation inherited from interface Streamable
|
||||
public function writeObject (out :ObjectOutputStream) :void
|
||||
public final function writeObject (out :ObjectOutputStream) :void
|
||||
{
|
||||
Log.getLog(this).warning(
|
||||
"This is client code: Downstream messages shouldn't be written");
|
||||
//out.writeShort(messageId);
|
||||
throw new Error(); // abstract: not needed
|
||||
}
|
||||
|
||||
// documentation inherited from interface Streamable
|
||||
|
||||
Reference in New Issue
Block a user