Differences From Artifact [c319be5614]:
- File
src/OFStreamSocket.h
— part of check-in
[2a27cf3000]
at
2016-01-03 00:41:26
on branch trunk
— Update copyright
While at it, also update the mail address. (user: js, size: 1037) [annotate] [blame] [check-ins using] [more...]
To Artifact [4eeb3aa42b]:
- File src/OFStreamSocket.h — part of check-in [79e447956c] at 2016-07-24 02:19:08 on branch trunk — Minor documentation fix (user: js, size: 1035) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
19 20 21 22 23 24 25 | #import "socket.h" OF_ASSUME_NONNULL_BEGIN /*! * @class OFStreamSocket OFStreamSocket.h ObjFW/OFStreamSocket.h * | | | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
#import "socket.h"
OF_ASSUME_NONNULL_BEGIN
/*!
* @class OFStreamSocket OFStreamSocket.h ObjFW/OFStreamSocket.h
*
* @brief A class which provides methods to create and use stream sockets.
*/
@interface OFStreamSocket: OFStream
{
of_socket_t _socket;
bool _atEndOfStream;
}
|
| ︙ | ︙ |