Differences From Artifact [f4afa0c360]:
- File src/OFStreamObserver.m — part of check-in [3b97fc3cd9] at 2014-01-04 00:24:08 on branch trunk — Update copyright. (user: js, size: 9242) [annotate] [blame] [check-ins using]
To Artifact [8b0d12d65c]:
- File
src/OFStreamObserver.m
— part of check-in
[dc31ce3d34]
at
2014-01-16 23:09:11
on branch trunk
— Add of_time_interval_t.
This is used instead for time intervals now instead of doubles. (user: js, size: 9254) [annotate] [blame] [check-ins using]
︙ | |||
389 390 391 392 393 394 395 | 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 | - + | } - (void)observe { [self observeForTimeInterval: -1]; } |
︙ |