summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-30 17:05:24 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-03-30 17:05:24 +0000
commitddc2ea45b1c0c3097b14871e45381a91db74ebe4 (patch)
tree34162253fa39f3f21129c6ff652a82fe972fbcc7 /ace/Synch.h
parent15c3e8ef5fe77aa8fc4abd3489c216bba667ab5d (diff)
downloadATCD-ddc2ea45b1c0c3097b14871e45381a91db74ebe4.tar.gz
.
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index aea73256752..21415ad495a 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -105,7 +105,8 @@ class ACE_Export ACE_Adaptive_Lock : public ACE_Lock
// This class, as ACE_Lock, provide a set of general locking APIs.
// However, it defers our decision of what kind of lock to use
// to the run time and delegates all locking operations to the actual
- // lock. Users must overwrite the constructor to initialize <lock_>.
+ // lock. Users must define a constructor in their subclass to
+ // initialize <lock_>.
public:
virtual ~ACE_Adaptive_Lock (void);
// You must also override the destructor function to match with how