summaryrefslogtreecommitdiff
path: root/ace/Synch_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-27 17:17:07 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-27 17:17:07 +0000
commit81de2c1847ad8d2953d995d9203501794285424d (patch)
tree2513466b018119b909a954adcc1cd73fc57bc3ea /ace/Synch_T.h
parent3bf0579de557e93eb9bf59761bc7c20f61d47183 (diff)
downloadATCD-81de2c1847ad8d2953d995d9203501794285424d.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Synch_T.h')
-rw-r--r--ace/Synch_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Synch_T.h b/ace/Synch_T.h
index b429bf104a0..e304bf67295 100644
--- a/ace/Synch_T.h
+++ b/ace/Synch_T.h
@@ -383,8 +383,8 @@ public:
// 1 if locked, 0 if couldn't acquire the lock
// (errno will contain the reason for this).
- int remove (void) { return this->release (); }
- // Explicitly release the lock.
+ int remove (void) { return this->lock_->remove (); }
+ // Explicitly remove the lock.
void dump (void) const;
// Dump the state of an object.