Differences From Artifact [c3f9253037]:
- File src/OFStreamObserver.h — part of check-in [9e82f99f09] at 2011-09-28 14:38:45 on branch trunk — Various small bugfixes. (user: js, size: 5470) [annotate] [blame] [check-ins using]
To Artifact [b5736c8412]:
- File src/OFStreamObserver.h — part of check-in [87cd99ff88] at 2011-10-24 18:28:28 on branch trunk — Don't retain delegates to prevent reference cycles. (user: js, size: 5470) [annotate] [blame] [check-ins using]
︙ | |||
89 90 91 92 93 94 95 | 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | - + | #ifdef _WIN32 struct sockaddr_in cancelAddr; #endif OFMutex *mutex; } #ifdef OF_HAVE_PROPERTIES |
︙ |