summaryrefslogtreecommitdiff
path: root/ace/Malloc_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2004-01-05 20:01:43 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2004-01-05 20:01:43 +0000
commit27aef3974ed151fd76775e34f56ceb3cd1a8b0a9 (patch)
treed057b9e3e1b09f34183ec0a64141a70f50977477 /ace/Malloc_T.h
parent2e6cc2416ba3a14efe3979c899c2ba289358a7ea (diff)
downloadATCD-27aef3974ed151fd76775e34f56ceb3cd1a8b0a9.tar.gz
ChangeLogTag:Mon Jan 5 12:43:01 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Malloc_T.h')
-rw-r--r--ace/Malloc_T.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h
index da3f316ff46..5a7fb2b3e41 100644
--- a/ace/Malloc_T.h
+++ b/ace/Malloc_T.h
@@ -72,8 +72,9 @@ private:
* this to work properly.
*
* This class can be configured flexibly with different types of
- * ACE_LOCK strategies that support the @a ACE_Thread_Mutex and @a
- * ACE_Process_Mutex constructor API.
+ * ACE_LOCK strategies that support the @a ACE_Thread_Mutex,
+ * @a ACE_Thread_Semaphore, @a ACE_Process_Mutex, and @a
+ * ACE_Process_Semaphore constructor API.
*
* @sa ACE_Dynamic_Cached_Allocator
*/