summaryrefslogtreecommitdiff
path: root/ace/System_Time.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-26 07:10:40 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-26 07:10:40 +0000
commita3bfa67783db9ce691535a1509baef0ae83693af (patch)
tree0480e1b6d546278b12ecfcea5f21001094a00812 /ace/System_Time.cpp
parentcf5802ec7395b07589b7172441131aa66849ef6a (diff)
downloadATCD-a3bfa67783db9ce691535a1509baef0ae83693af.tar.gz
foobar
foo
Diffstat (limited to 'ace/System_Time.cpp')
-rw-r--r--ace/System_Time.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/System_Time.cpp b/ace/System_Time.cpp
index 14a13a9939f..4c38e951aac 100644
--- a/ace/System_Time.cpp
+++ b/ace/System_Time.cpp
@@ -81,6 +81,6 @@ ACE_System_Time::sync_local_system_time (ACE_System_Time::Sync_Mode mode)
}
#if defined (ACE_TEMPLATES_REQUIRE_SPECIALIZATION)
-template class ACE_Malloc<ACE_MMAP_Memory_Pool, ACE_Null_Mutex>;
-template class ACE_Allocator_Adapter<ACE_Malloc<ACE_MMAP_Memory_Pool, ACE_Null_Mutex> >;
+template class ACE_Malloc<ACE_MMAP_MEMORY_POOL, ACE_Null_Mutex>;
+template class ACE_Allocator_Adapter<ACE_Malloc<ACE_MMAP_MEMORY_POOL, ACE_Null_Mutex> >;
#endif /* ACE_TEMPLATES_REQUIRE_SPECIALIZATION */