toString()stravaganza!
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@77 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SubscribeRequest.java,v 1.3 2001/06/05 22:44:31 mdb Exp $
|
||||
// $Id: SubscribeRequest.java,v 1.4 2001/07/19 19:30:14 mdb Exp $
|
||||
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
@@ -56,6 +56,11 @@ public class SubscribeRequest extends UpstreamMessage
|
||||
_oid = in.readInt();
|
||||
}
|
||||
|
||||
public String toString ()
|
||||
{
|
||||
return "[type=SUB, msgid=" + messageId + ", oid=" + _oid + "]";
|
||||
}
|
||||
|
||||
/**
|
||||
* The object id of the distributed object to which we are
|
||||
* subscribing.
|
||||
|
||||
Reference in New Issue
Block a user