aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/Handle_Set.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/acelite/ace/Handle_Set.h')
-rw-r--r--dep/acelite/ace/Handle_Set.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dep/acelite/ace/Handle_Set.h b/dep/acelite/ace/Handle_Set.h
index 11188f9fc38..0de5c98ea4f 100644
--- a/dep/acelite/ace/Handle_Set.h
+++ b/dep/acelite/ace/Handle_Set.h
@@ -4,7 +4,7 @@
/**
* @file Handle_Set.h
*
- * $Id: Handle_Set.h 82723 2008-09-16 09:35:44Z johnnyw $
+ * $Id: Handle_Set.h 92298 2010-10-21 11:15:17Z johnnyw $
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
@@ -196,10 +196,10 @@ public:
ACE_ALLOC_HOOK_DECLARE;
private:
- /// The <Handle_Set> we are iterating through.
+ /// The Handle_Set we are iterating through.
const ACE_Handle_Set &handles_;
- /// Index of the bit we're examining in the current <word_num_> word.
+ /// Index of the bit we're examining in the current word_num_() word.
#if defined (ACE_WIN32)
u_int handle_index_;
#elif !defined (ACE_HAS_BIG_FD_SET)