summaryrefslogtreecommitdiff
path: root/ace/Memory_Pool.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-08-14 07:03:12 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-08-14 07:03:12 +0000
commitbe31abeeb9bd47cea6406f48a12b005e1f81ad78 (patch)
treebd0d1a3d7e80466e5e8e99720d5dd1495ea99040 /ace/Memory_Pool.cpp
parent2a2b0abf3e8aa1340381a9270ecabc563e767e8a (diff)
downloadATCD-be31abeeb9bd47cea6406f48a12b005e1f81ad78.tar.gz
ChangeLogTag:Fri Aug 13 23:26:56 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Memory_Pool.cpp')
-rw-r--r--ace/Memory_Pool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Memory_Pool.cpp b/ace/Memory_Pool.cpp
index 053fa58749f..72bfd262693 100644
--- a/ace/Memory_Pool.cpp
+++ b/ace/Memory_Pool.cpp
@@ -216,7 +216,7 @@ ACE_MMAP_Memory_Pool::ACE_MMAP_Memory_Pool (const ACE_TCHAR *backing_store_name,
ACE_OS::strcpy (this->backing_store_name_,
ACE_DEFAULT_BACKING_STORE);
#else /* ACE_DEFAULT_BACKING_STORE */
- if (ACE_Lib_Find::get_temp_dir (this->backing_store_name_,
+ if (ACE::get_temp_dir (this->backing_store_name_,
MAXPATHLEN - 17) == -1)
// -17 for ace-malloc-XXXXXX
{