Checkpoint. Closing in on getting a chat client up, but slogging through

annoying streaming issues.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3984 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-03-28 01:27:57 +00:00
parent d910fbb6f2
commit 538803e1fb
15 changed files with 97 additions and 23 deletions
@@ -50,6 +50,9 @@ public class ObjectOutputStream
// TODO: if _nextCode blows short, log an error
writeShort(-cmap.code);
Log.debug("wrote classname: " +
((streamer == null) ? Translations.getToServer(cname)
: streamer.getJavaClassName()));
writeUTF((streamer == null) ? Translations.getToServer(cname)
: streamer.getJavaClassName());