Differences From Artifact [84f2318fe8]:
- File src/OFStreamSocket.h — part of check-in [f0bd8d731e] at 2010-09-05 14:45:58 on branch trunk — Only define _WIN32_WINNT if it is not already defined. (user: js, size: 798) [annotate] [blame] [check-ins using]
To Artifact [8e3aaf671c]:
- File src/OFStreamSocket.h — part of check-in [beb4a0d036] at 2010-12-09 19:04:15 on branch trunk — Move -[setBlocking] to OFStream. (user: js, size: 716) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
34 35 36 37 38 39 40 | BOOL eos; } /** * \return A new autoreleased OFTCPSocket */ + socket; | < < < < < | 34 35 36 37 38 39 40 41 | BOOL eos; } /** * \return A new autoreleased OFTCPSocket */ + socket; @end |