aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/Barrier.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/acelite/ace/Barrier.h')
-rw-r--r--dep/acelite/ace/Barrier.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dep/acelite/ace/Barrier.h b/dep/acelite/ace/Barrier.h
index 84d7b6492ff..e1e3815e190 100644
--- a/dep/acelite/ace/Barrier.h
+++ b/dep/acelite/ace/Barrier.h
@@ -4,7 +4,7 @@
/**
* @file Barrier.h
*
- * $Id: Barrier.h 92069 2010-09-28 11:38:59Z johnnyw $
+ * $Id: Barrier.h 93359 2011-02-11 11:33:12Z mcorino $
*
* Moved from Synch.h.
*
@@ -101,7 +101,7 @@ public:
const ACE_TCHAR *name = 0,
void *arg = 0);
- /// Default dtor.
+ /// Default destructor.
~ACE_Barrier (void);
/// Block the caller until all @c count threads have called @c wait and
@@ -170,7 +170,7 @@ public:
/// Create a Thread_Barrier, passing in the optional @a name.
ACE_Thread_Barrier (unsigned int count, const ACE_TCHAR *name = 0);
- /// Default dtor.
+ /// Default destructor.
~ACE_Thread_Barrier (void);
/// Dump the state of an object.