summaryrefslogtreecommitdiff
path: root/ACE/ace/Barrier.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-04-11 10:58:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-04-11 10:58:50 +0000
commit874a9529bd6b7d1e1e4278ca775dc138ab7832f2 (patch)
treed9e5324d20740f33fd1d0bcc76feaecb7c1b98f6 /ACE/ace/Barrier.h
parent56be05bedd7115ef8cb5419d596049304bedf8ca (diff)
downloadATCD-874a9529bd6b7d1e1e4278ca775dc138ab7832f2.tar.gz
Wed Apr 11 10:57:07 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Barrier.h')
-rw-r--r--ACE/ace/Barrier.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ACE/ace/Barrier.h b/ACE/ace/Barrier.h
index 83911f3aad2..43944af9c9f 100644
--- a/ACE/ace/Barrier.h
+++ b/ACE/ace/Barrier.h
@@ -107,8 +107,9 @@ public:
/// Block the caller until all @c count threads have called @c wait and
/// then allow all the caller threads to continue in parallel.
///
- /// @retval 0 after successfully waiting for all threads to wait. -1 if
- /// an error occurs or the barrier is shut down (@sa shutdown ()).
+ /// @retval 0 after successfully waiting for all threads to wait.
+ /// @retval -1 if an error occurs or the barrier is shut
+ /// down (@sa shutdown ()).
int wait (void);
/// Shut the barrier down, aborting the wait of all waiting threads.