summaryrefslogtreecommitdiff
path: root/ace/Handle_Set.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-30 21:43:06 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-08-30 21:43:06 +0000
commitbcdbb84f6e916d82dae91dcab38ffc01389d1dc4 (patch)
tree68f38ce76cc098cb0aa795700501c5eb1068c026 /ace/Handle_Set.h
parent6a4d079a1330b91c50af8909ddd673f65e667fec (diff)
downloadATCD-bcdbb84f6e916d82dae91dcab38ffc01389d1dc4.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Handle_Set.h')
-rw-r--r--ace/Handle_Set.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Handle_Set.h b/ace/Handle_Set.h
index b62cc4ca216..1024ba863c4 100644
--- a/ace/Handle_Set.h
+++ b/ace/Handle_Set.h
@@ -61,7 +61,8 @@ public:
// Synchronize the underlying FD_SET with the MAX_FD and the SIZE.
operator fd_set *();
- // Returns a pointer to the underlying fd_set.
+ // Returns a pointer to the underlying <fd_set>. Returns 0 if
+ // <size_> == 0.
void dump (void) const;
// Dump the state of an object.