summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-04 21:20:08 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-04 21:20:08 +0000
commita0f4db3dfaf862aaed0cc28b84ff44736b47d9ae (patch)
treeeb18df5eb27b2bfe3cacfc556b77d6457736975b /ace/Synch.h
parentcc03bf57d17c7cc805bc7f77779039a9b2dc676f (diff)
downloadATCD-a0f4db3dfaf862aaed0cc28b84ff44736b47d9ae.tar.gz
ChangeLogTag:Mon Oct 4 08:31:58 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index 807825fc3c9..ca32cc3cdcc 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -348,7 +348,9 @@ public:
// maximum value of <max>.
~ACE_Process_Semaphore (void);
- // Implicitly destroy the semaphore.
+ // This method is a no-op, i.e., it doesn't remove the semaphore.
+ // If you want to remove the semaphore, you must call the <remove>
+ // method explicitly.
int remove (void);
// Explicitly destroy the semaphore. Note that only one thread