diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-30 21:26:48 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-30 21:26:48 +0000 |
commit | 648bd9427e19a114622df3e390b2dc84cc2ec881 (patch) | |
tree | 263e2600bcc0702ebce60fcf5e53bdb630803b28 /ace/Signal.h | |
parent | 9614d20d0cc07848caadd9ffe6c259b7a45f8e4c (diff) | |
download | ATCD-648bd9427e19a114622df3e390b2dc84cc2ec881.tar.gz |
ChangeLogTag:Mon Aug 30 16:12:36 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Signal.h')
-rw-r--r-- | ace/Signal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Signal.h b/ace/Signal.h index 2d972a35039..3d5a67bd750 100644 --- a/ace/Signal.h +++ b/ace/Signal.h @@ -52,7 +52,8 @@ public: // the set. ACE_Sig_Set (int fill = 0); - // If <fill> == 0 then initialize the <sigset_> empty, else full. + // If <fill> == 0 then initialize the <sigset_> to be empty, else + // full. ~ACE_Sig_Set (void); |