summaryrefslogtreecommitdiff
path: root/ace/Malloc_T.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-02 05:33:17 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-02 05:33:17 +0000
commit1beee5a8fcdd3bc2dba9ab9ccaa1051a77b80622 (patch)
tree338b7e4bce26a151ba76bc69293751bfe544c706 /ace/Malloc_T.cpp
parent144ee3b06af0ea5224ee7a2bdaadf2ccb1d98ef0 (diff)
downloadATCD-1beee5a8fcdd3bc2dba9ab9ccaa1051a77b80622.tar.gz
ChangeLogTag: Thu May 2 00:29:34 2002 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'ace/Malloc_T.cpp')
-rw-r--r--ace/Malloc_T.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Malloc_T.cpp b/ace/Malloc_T.cpp
index a5ce3677ea1..5af3b5c8ebc 100644
--- a/ace/Malloc_T.cpp
+++ b/ace/Malloc_T.cpp
@@ -14,6 +14,8 @@
#include "ace/Malloc_T.i"
#endif /* __ACE_INLINE__ */
+#include "ace/ACE.h"
+
ACE_RCSID(ace, Malloc_T, "$Id$")
template <class T, class ACE_LOCK>
@@ -42,7 +44,7 @@ ACE_Cached_Allocator<T, ACE_LOCK>::~ACE_Cached_Allocator (void)
}
template <class ACE_LOCK>
-ACE_Dynamic_Cached_Allocator<ACE_LOCK>::ACE_Dynamic_Cached_Allocator
+ACE_Dynamic_Cached_Allocator<ACE_LOCK>::ACE_Dynamic_Cached_Allocator
(size_t n_chunks, size_t chunk_size)
: pool_ (0),
free_list_ (ACE_PURE_FREE_LIST),