diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-27 17:17:07 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-27 17:17:07 +0000 |
commit | 81de2c1847ad8d2953d995d9203501794285424d (patch) | |
tree | 2513466b018119b909a954adcc1cd73fc57bc3ea /ace/Synch_T.h | |
parent | 3bf0579de557e93eb9bf59761bc7c20f61d47183 (diff) | |
download | ATCD-81de2c1847ad8d2953d995d9203501794285424d.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Synch_T.h')
-rw-r--r-- | ace/Synch_T.h | 4 |
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. |