Differences From Artifact [bda81dff5e]:
- File src/OFStreamSocket.h — part of check-in [ce70e17b38] at 2012-01-05 00:56:18 on branch trunk — Update copyright. (user: js, size: 959) [annotate] [blame] [check-ins using]
To Artifact [943ba253dc]:
- File src/OFStreamSocket.h — part of check-in [fb515e8e24] at 2012-10-09 15:07:30 on branch trunk — Make use of instancetype. (user: js, size: 973) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
33 34 35 36 37 38 39 | } /** * \brief Returns a new, autoreleased OFTCPSocket. * * \return A new, autoreleased OFTCPSocket */ | | | 33 34 35 36 37 38 39 40 41 | } /** * \brief Returns a new, autoreleased OFTCPSocket. * * \return A new, autoreleased OFTCPSocket */ + (instancetype)socket; @end |