summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/Event_Channel.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-03 13:30:06 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-03 13:30:06 +0000
commitdac599e65b9ce8061dafe2c529f3203e9caa7578 (patch)
treef4e1107858577227ba700c60e3d88eab024c5cb0 /apps/Gateway/Gateway/Event_Channel.cpp
parent4339d2fd4dda9cbb22e9278bb3dee2d16ec2b481 (diff)
downloadATCD-dac599e65b9ce8061dafe2c529f3203e9caa7578.tar.gz
added ACE_Map_Entry template specialization
Diffstat (limited to 'apps/Gateway/Gateway/Event_Channel.cpp')
-rw-r--r--apps/Gateway/Gateway/Event_Channel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/Gateway/Gateway/Event_Channel.cpp b/apps/Gateway/Gateway/Event_Channel.cpp
index d02b4d368ea..71d3a322373 100644
--- a/apps/Gateway/Gateway/Event_Channel.cpp
+++ b/apps/Gateway/Gateway/Event_Channel.cpp
@@ -438,6 +438,7 @@ ACE_Event_Channel::open (void *)
#if defined (ACE_TEMPLATES_REQUIRE_SPECIALIZATION)
template class ACE_Lock_Adapter<ACE_SYNCH_MUTEX>;
+template class ACE_Map_Entry<ACE_INT32, Proxy_Handler *>;
template class ACE_Map_Iterator<ACE_INT32, Proxy_Handler *, MAP_MUTEX>;
template class ACE_Map_Manager<ACE_INT32, Proxy_Handler *, MAP_MUTEX>;
template class ACE_Unbounded_Set_Iterator<Proxy_Handler *>;