summaryrefslogtreecommitdiff
path: root/ace/Malloc_T.i
diff options
context:
space:
mode:
authorharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-13 09:22:20 +0000
committerharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-13 09:22:20 +0000
commita9d730d57e2630ed3b3d4488f039dac33c771db7 (patch)
treed9861c4ca3de2de68511f167be7d02a8093c849b /ace/Malloc_T.i
parent0ae37fde11b526d388cdd62dafa4f0503802b349 (diff)
downloadATCD-a9d730d57e2630ed3b3d4488f039dac33c771db7.tar.gz
Check the ChangeLog for details.
Diffstat (limited to 'ace/Malloc_T.i')
-rw-r--r--ace/Malloc_T.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Malloc_T.i b/ace/Malloc_T.i
index 7d1f507b278..56f815d8bf2 100644
--- a/ace/Malloc_T.i
+++ b/ace/Malloc_T.i
@@ -19,7 +19,7 @@ ACE_Allocator_Adapter<MALLOC>::calloc (size_t nbytes,
}
template <class MALLOC> ACE_INLINE MALLOC &
-ACE_Allocator_Adapter<MALLOC>::allocator (void)
+ACE_Allocator_Adapter<MALLOC>::alloc (void)
{
ACE_TRACE ("ACE_Allocator_Adapter<MALLOC>::allocator");
return this->allocator_;