aboutsummaryrefslogtreecommitdiff
path: root/src/itocondition.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/itocondition.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/itocondition.h b/src/itocondition.h
index 7300920..8cae427 100644
--- a/src/itocondition.h
+++ b/src/itocondition.h
@@ -34,7 +34,6 @@ namespace Bu
34 * The usage for the triggering thread is much simpler, when it needs to 34 * The usage for the triggering thread is much simpler, when it needs to
35 * tell the others that it's time to grab some data it calls either signal 35 * tell the others that it's time to grab some data it calls either signal
36 * or broadcast. See both of those functions for the difference. 36 * or broadcast. See both of those functions for the difference.
37 *@author Mike Buland
38 *@ingroup Threading 37 *@ingroup Threading
39 */ 38 */
40 class ItoCondition : public ItoMutex 39 class ItoCondition : public ItoMutex