diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-06-04 07:14:38 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-06-04 07:14:38 +0000 |
commit | fc7b66254cc81f57e8324933a2391895e848cf67 (patch) | |
tree | 802fb2976d0bab6562e356494f7a887f79231408 /ace/Handle_Set.h | |
parent | 4e3aaf797714adf6a8cf8aaa42e289e693b6c4e3 (diff) | |
download | ATCD-fc7b66254cc81f57e8324933a2391895e848cf67.tar.gz |
ChangeLogTag: Wed Jun 04 07:14:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Handle_Set.h')
-rw-r--r-- | ace/Handle_Set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Handle_Set.h b/ace/Handle_Set.h index 731ca256f7f..3c5d5d9d0b3 100644 --- a/ace/Handle_Set.h +++ b/ace/Handle_Set.h @@ -189,6 +189,7 @@ private: /// 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. #if defined (ACE_WIN32) u_int handle_index_; #elif !defined (ACE_HAS_BIG_FD_SET) @@ -197,7 +198,6 @@ private: int handle_index_; u_long oldlsb_; #endif /* ACE_WIN32 */ - // Index of the bit we're examining in the current <word_num_> word. /// Number of the word we're iterating over (typically between 0..7). int word_num_; |