summaryrefslogtreecommitdiff
path: root/ACE/ace/Malloc_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Malloc_T.h')
-rw-r--r--ACE/ace/Malloc_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Malloc_T.h b/ACE/ace/Malloc_T.h
index e7c28760a8c..c519caff0ed 100644
--- a/ACE/ace/Malloc_T.h
+++ b/ACE/ace/Malloc_T.h
@@ -416,9 +416,9 @@ class ACE_Malloc_FIFO_Iterator_T;
* - constructor (const ACE_TCHAR *pool_name, const MEMORY_POOL_OPTIONS *options)
* - void dump () const (needed if ACE is built with ACE_HAS_DUMP defined)
* - void *init_acquire (size_t nbytes, size_t &rounded_bytes, int &first_time);
- * - int release (void)
+ * - int release ()
* - void *acquire (size_t nbytes, size_t &rounded_bytes)
- * - void *base_addr (void)
+ * - void *base_addr ()
* - seh_selector() (only needed on Windows)
*
* Note that the ACE_Allocator_Adapter class can be used to integrate allocator