From 8ba5471111da19b10ea38bf3ef00ee9a31cceec3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 24 Sep 2007 00:42:58 +0000 Subject: Really just changed some of the docs, they were wrapping, I hate that. --- src/itoqueue.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/itoqueue.h') diff --git a/src/itoqueue.h b/src/itoqueue.h index 75a2f27..5945344 100644 --- a/src/itoqueue.h +++ b/src/itoqueue.h @@ -9,12 +9,12 @@ namespace Bu { /** - * A thread-safe queue class. This class is a very simple queue with some cool - * extra functionality for use with the Ito system. The main extra that it - * provides is the option to either dequeue without blocking, with infinite - * blocking, or with timed blocking, which will return a value if something is - * enqueued within the specified time limit, or NULL if the time limit is - * exceded. + * A thread-safe queue class. This class is a very simple queue with some + * cool extra functionality for use with the Ito system. The main extra + * that it provides is the option to either dequeue without blocking, with + * infinite blocking, or with timed blocking, which will return a value if + * something is enqueued within the specified time limit, or NULL if the + * time limit is exceded. *@author Mike Buland */ template -- cgit v1.2.3