Fixed typo with previous checkin. Must get sleep.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2640 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: Communicator.java,v 1.30 2003/06/05 00:29:45 ray Exp $
|
// $Id: Communicator.java,v 1.31 2003/06/05 00:33:43 ray Exp $
|
||||||
|
|
||||||
package com.threerings.presents.client;
|
package com.threerings.presents.client;
|
||||||
|
|
||||||
@@ -596,7 +596,7 @@ public class Communicator
|
|||||||
protected SocketChannel _channel;
|
protected SocketChannel _channel;
|
||||||
protected Queue _msgq = new Queue();
|
protected Queue _msgq = new Queue();
|
||||||
|
|
||||||
protected int _piid == -1;
|
protected int _piid = -1;
|
||||||
protected long _lastWrite;
|
protected long _lastWrite;
|
||||||
|
|
||||||
/** We use this to frame our upstream messages. */
|
/** We use this to frame our upstream messages. */
|
||||||
|
|||||||
Reference in New Issue
Block a user