aboutsummaryrefslogtreecommitdiff
path: root/src/itocounter.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/itocounter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/itocounter.h b/src/itocounter.h
index 58abe07..afca8da 100644
--- a/src/itocounter.h
+++ b/src/itocounter.h
@@ -15,7 +15,6 @@ namespace Bu
15 /** 15 /**
16 * A simple thread-safe counter class. This is handy for assigning unique 16 * A simple thread-safe counter class. This is handy for assigning unique
17 * IDs to objects that are being created in different threads. 17 * IDs to objects that are being created in different threads.
18 *@author Mike Buland
19 *@ingroup Threading Containers 18 *@ingroup Threading Containers
20 */ 19 */
21 template <class T> 20 template <class T>