Added Log facilities like we're used to, and discovered a host of
new wacky things (and possible compiler bugs) on the way. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3888 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package com.threerings.presents.net {
|
||||
|
||||
import flash.util.trace;
|
||||
|
||||
import com.threerings.io.ObjectInputStream;
|
||||
import com.threerings.io.ObjectOutputStream;
|
||||
import com.threerings.io.Streamable;
|
||||
|
||||
import com.threerings.presents.Log;
|
||||
|
||||
public /* abstract */ class DownstreamMessage
|
||||
implements Streamable
|
||||
{
|
||||
@@ -17,7 +17,8 @@ public /* abstract */ class DownstreamMessage
|
||||
// documentation inherited from interface Streamable
|
||||
public function writeObject (out :ObjectOutputStream) :void
|
||||
{
|
||||
trace("This is client code: Downstream messages shouldn't be written");
|
||||
Log.warning("This is client code: Downstream messages shouldn't " +
|
||||
"be written");
|
||||
//out.writeShort(messageId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user