Differences From Artifact [738613fdff]:
- File src/OFStreamSocket.h — part of check-in [4814266280] at 2011-04-22 18:00:08 on branch trunk — More style improvements. (user: js, size: 900) [annotate] [blame] [check-ins using]
To Artifact [5c1c43e4cb]:
- File src/OFStreamSocket.h — part of check-in [8d554c0421] at 2011-09-11 17:09:45 on branch trunk — Documentation improvements. (user: js, size: 955) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
29 30 31 32 33 34 35 |
@interface OFStreamSocket: OFStream
{
int sock;
BOOL isAtEndOfStream;
}
/**
| > > | | 29 30 31 32 33 34 35 36 37 38 39 40 41 |
@interface OFStreamSocket: OFStream
{
int sock;
BOOL isAtEndOfStream;
}
/**
* \brief Returns a new, autoreleased OFTCPSocket.
*
* \return A new, autoreleased OFTCPSocket
*/
+ socket;
@end
|