diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-05-14 15:38:51 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-05-14 15:38:51 +0000 |
commit | 64d6a59d6dc0cc705c1eaea0314c172f2bcb2281 (patch) | |
tree | 52cc478f005f7277a5d78e3b8b3e81bbe037ab79 /ace/Synch.h | |
parent | 3b5eb8abee60b6adbb3f30f97bd70fbb7fab77b8 (diff) | |
download | ATCD-64d6a59d6dc0cc705c1eaea0314c172f2bcb2281.tar.gz |
.
Diffstat (limited to 'ace/Synch.h')
-rw-r--r-- | ace/Synch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Synch.h b/ace/Synch.h index 21415ad495a..dca0a975aed 100644 --- a/ace/Synch.h +++ b/ace/Synch.h @@ -1577,7 +1577,7 @@ public: // = Initialization and termination methods. ACE_Guard (ACE_Null_Mutex &) {} ACE_Guard (ACE_Null_Mutex &, int) {} - ~ACE_Guard (void) {} + // ~ACE_Guard (void) {} int acquire (void) { return 0; } int tryacquire (void) { return 0; } |