summaryrefslogtreecommitdiff
path: root/ACE/ace/Handle_Set.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-06-27 06:10:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-06-27 06:10:37 +0000
commit702d476d0b1ae8241a51f887df324ab692824b8a (patch)
treebd37e66d2eda7d1cacdd313b0c6b8e0ef3343795 /ACE/ace/Handle_Set.h
parentbeca8cac08cc7b53ee28547eafb2518a0382b097 (diff)
downloadATCD-702d476d0b1ae8241a51f887df324ab692824b8a.tar.gz
Wed Jun 27 06:09:39 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Handle_Set.h')
-rw-r--r--ACE/ace/Handle_Set.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/ace/Handle_Set.h b/ACE/ace/Handle_Set.h
index 215fffe09b4..90c7713a7c3 100644
--- a/ACE/ace/Handle_Set.h
+++ b/ACE/ace/Handle_Set.h
@@ -68,10 +68,8 @@ public:
/**
* Constructor, initializes the handle set from a given mask.
- * <ACE_FD_SET_TYPE> is a <typedef> based on the platform's native
- * type used for masks passed to <select>.
*/
- ACE_Handle_Set (const ACE_FD_SET_TYPE &mask);
+ ACE_Handle_Set (const fd_set &mask);
// = Methods for manipulating bitsets.
/// Initialize the bitmask to all 0s and reset the associated fields.