changeset 33 | a9c59b0acbbc |
parent 0 | 9d67172bb323 |
1.1 --- a/TCP/TCPWriter.h Fri May 23 17:37:36 2008 -0700 1.2 +++ b/TCP/TCPWriter.h Wed Apr 29 21:05:01 2009 -0700 1.3 @@ -9,7 +9,7 @@ 1.4 #import "TCPStream.h" 1.5 1.6 1.7 -/** INTERNAL class that writes a queue of arbitrary data blobs to the socket. */ 1.8 +/** Output stream for a TCPConnection. Writes a queue of arbitrary data blobs to the socket. */ 1.9 @interface TCPWriter : TCPStream 1.10 { 1.11 NSMutableArray *_queue;