summaryrefslogtreecommitdiff
path: root/ace/Handle_Set.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-01 18:44:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-01 18:44:20 +0000
commit021d2e5d0cc244c60d43694ef4514f253e099ff6 (patch)
tree547ea16147e91b2b757f65c7d855b1b1b923e8b3 /ace/Handle_Set.h
parent79607158f0c95c86dcfcdf0dcebc86d7927cb1e9 (diff)
downloadATCD-021d2e5d0cc244c60d43694ef4514f253e099ff6.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Handle_Set.h')
-rw-r--r--ace/Handle_Set.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Handle_Set.h b/ace/Handle_Set.h
index 1024ba863c4..dc9a8f67f82 100644
--- a/ace/Handle_Set.h
+++ b/ace/Handle_Set.h
@@ -64,6 +64,9 @@ public:
// Returns a pointer to the underlying <fd_set>. Returns 0 if
// <size_> == 0.
+ void operator= (const ACE_Handle_Set &);
+ // Assignment operator optimizes for cases where <size_> == 0.
+
void dump (void) const;
// Dump the state of an object.