summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-24 22:57:38 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-24 22:57:38 +0000
commitafd021cb26fd790e69753d1e66b9dd8f67db9a29 (patch)
treee849002701b6b63419936c9e1399eeb3bfcf3777 /ace/Asynch_IO.cpp
parent9212681553f91a55bfdf380058e3f232763952e9 (diff)
downloadATCD-afd021cb26fd790e69753d1e66b9dd8f67db9a29.tar.gz
ChangeLogTag:Thu Sep 24 17:54:26 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/Asynch_IO.cpp')
-rw-r--r--ace/Asynch_IO.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/Asynch_IO.cpp b/ace/Asynch_IO.cpp
index 5b1ab0deb77..192836fe56e 100644
--- a/ace/Asynch_IO.cpp
+++ b/ace/Asynch_IO.cpp
@@ -1974,12 +1974,10 @@ ACE_Service_Handler::open (ACE_HANDLE,
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class ACE_Unbounded_Queue<ACE_Asynch_Accept::Result*>;
template class ACE_Node<ACE_Asynch_Accept::Result*>;
-template class ACE_Unbounded_Queue<ACE_Asynch_Accept::Result*>;
template class ACE_Unbounded_Queue_Iterator<ACE_Asynch_Accept::Result*>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
#pragma instantiate ACE_Unbounded_Queue<ACE_Asynch_Accept::Result*>
#pragma instantiate ACE_Node<ACE_Asynch_Accept::Result*>
-#pragma instantiate ACE_Unbounded_Queue<ACE_Asynch_Accept::Result*>
#pragma instantiate ACE_Unbounded_Queue_Iterator<ACE_Asynch_Accept::Result*>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
#endif /* ACE_HAS_AIO_CALLS */