Differences From Artifact [ca397382d3]:
- File
src/OFTimer.h
— part of check-in
[e8473b9db8]
at
2013-03-08 22:44:07
on branch trunk
— Document the block types.
This also removes "bool *stop" from some blocks where it does not make
sense. (user: js, size: 10394) [annotate] [blame] [check-ins using]
To Artifact [8545154a8d]:
- File src/OFTimer.h — part of check-in [1d7a1cbca0] at 2013-08-15 19:00:42 on branch trunk — Move private methods into private headers. (user: js, size: 10345) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
324 325 326 327 328 329 330 | #ifdef OF_HAVE_THREADS /*! * @brief Waits until the timer fired. */ - (void)waitUntilDone; #endif | < < | 324 325 326 327 328 329 330 331 | #ifdef OF_HAVE_THREADS /*! * @brief Waits until the timer fired. */ - (void)waitUntilDone; #endif @end |