diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-24 22:57:38 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-24 22:57:38 +0000 |
commit | 1abe08968680d836244aeab9a87904c2c2fc3aa4 (patch) | |
tree | e849002701b6b63419936c9e1399eeb3bfcf3777 /ace/Asynch_IO.cpp | |
parent | 32e0d7db1cf09bc88ef7098cd048329f45290bc0 (diff) | |
download | ATCD-1abe08968680d836244aeab9a87904c2c2fc3aa4.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.cpp | 2 |
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 */ |