summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Cache_Manager.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-04-05 14:11:11 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-04-05 14:11:11 +0000
commitb850d00704d4d682b8782925fa70401803266349 (patch)
tree81ad9e85c459f385ea0c5c062e0aeeaca383d50f /TAO/tao/Transport_Cache_Manager.cpp
parent7bd5b709e51f625d3f0e1dd58cc676cb2c52381e (diff)
downloadATCD-b850d00704d4d682b8782925fa70401803266349.tar.gz
ChangeLogtag:Fri Apr 05 08:24:27 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Transport_Cache_Manager.cpp')
-rw-r--r--TAO/tao/Transport_Cache_Manager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Transport_Cache_Manager.cpp b/TAO/tao/Transport_Cache_Manager.cpp
index 9baebf6a41f..8f3cc10b5bc 100644
--- a/TAO/tao/Transport_Cache_Manager.cpp
+++ b/TAO/tao/Transport_Cache_Manager.cpp
@@ -614,6 +614,7 @@ template class ACE_Unbounded_Set<ACE_Event_Handler*>;
template class ACE_Unbounded_Set_Iterator<ACE_Event_Handler*>;
template class ACE_Node<ACE_Event_Handler*>;
+template class TAO_Condition<ACE_SYNCH_MUTEX>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
// Instantiations for the Hash Map
@@ -628,4 +629,5 @@ template class ACE_Node<ACE_Event_Handler*>;
#pragma instantiate ACE_Unbounded_Set_Iterator<ACE_Event_Handler*>
#pragma instantiate ACE_Node<ACE_Event_Handler*>
+#pragma instantiate TAO_Condition<ACE_SYNCH_MUTEX>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */