summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
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 01f33cd8748..cd93af0fe77 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -465,7 +465,9 @@ class ACE_Export ACE_Recursive_Thread_Mutex
// = DESCRIPTION
// This class should be a specialization of the
// ACE_Recursive_Lock template class, but problems with some C++
- // compilers preclude this...
+ // compilers preclude this. This implementation is based
+ // on an algorithm sketched by Dave Butenhof <butenhof@zko.dec.com>.
+ // Naturally, I take the credit for any mistakes ;-)
{
// friend class ACE_Condition<class ACE_COND_MUTEX>;
public: