From 1abe08968680d836244aeab9a87904c2c2fc3aa4 Mon Sep 17 00:00:00 2001 From: coryan Date: Thu, 24 Sep 1998 22:57:38 +0000 Subject: ChangeLogTag:Thu Sep 24 17:54:26 1998 Carlos O'Ryan --- ace/Asynch_IO.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'ace/Asynch_IO.cpp') 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; template class ACE_Node; -template class ACE_Unbounded_Queue; template class ACE_Unbounded_Queue_Iterator; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) #pragma instantiate ACE_Unbounded_Queue #pragma instantiate ACE_Node -#pragma instantiate ACE_Unbounded_Queue #pragma instantiate ACE_Unbounded_Queue_Iterator #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ #endif /* ACE_HAS_AIO_CALLS */ -- cgit v1.2.1