More code, more code, more kibbles and code.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-05-23 04:03:41 +00:00
parent d865c89bee
commit 6717f8d6e5
14 changed files with 402 additions and 71 deletions
@@ -1,5 +1,5 @@
//
// $Id: ObjectResponse.java,v 1.1 2001/05/22 21:51:29 mdb Exp $
// $Id: ObjectResponse.java,v 1.2 2001/05/23 04:03:40 mdb Exp $
package com.samskivert.cocktail.cher.net;
@@ -43,7 +43,7 @@ public class ObjectResponse extends DownstreamMessage
{
super.writeTo(out);
out.writeShort(messageId);
_dobj.writeTo(out);
TypedObjectFactory.writeTo(out, _dobj);
}
public void readFrom (DataInputStream in)