summaryrefslogtreecommitdiff
path: root/tests/Conn_Test.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-12 19:18:56 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-12 19:18:56 +0000
commitc28b978887319a6d70497a66f521c13c06e010b5 (patch)
treeafaaf0ddd22bfc4766e38388af6c3b2a7e3ed64b /tests/Conn_Test.cpp
parentac3a68b23c69d8549a7e042f488c27871ff31299 (diff)
downloadATCD-c28b978887319a6d70497a66f521c13c06e010b5.tar.gz
ChangeLogTag:Fri Jun 12 14:12:25 1998 Carlos O'Ryan <coryan@swarm.cs.wustl.edu>
Diffstat (limited to 'tests/Conn_Test.cpp')
-rw-r--r--tests/Conn_Test.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/Conn_Test.cpp b/tests/Conn_Test.cpp
index 130b77e6efe..c052751c5fb 100644
--- a/tests/Conn_Test.cpp
+++ b/tests/Conn_Test.cpp
@@ -676,11 +676,13 @@ template class ACE_Double_Linked_List<ACE_Thread_Descriptor>;
template class ACE_Unbounded_Queue<ACE_Thread_Descriptor_Base>;
template class ACE_Unbounded_Queue<ACE_Thread_Descriptor*>;
#endif /* defined (__BORLANDC__) */
+
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
+
#pragma instantiate ACE_Cached_Connect_Strategy<Svc_Handler, ACE_SOCK_CONNECTOR, ACE_SYNCH_MUTEX>
-#pragma instantiate HASH_ADDR;
-#pragma instantiate RECYCLABLE_ADDR;
-#pragma instantiate HASH_RECYCLABLE_ADDR;
+#pragma instantiate HASH_ADDR
+#pragma instantiate RECYCLABLE_ADDR
+#pragma instantiate HASH_RECYCLABLE_ADDR
#pragma instantiate ACE_NOOP_Creation_Strategy<Svc_Handler>
#pragma instantiate ACE_Concurrency_Strategy<Svc_Handler>
#pragma instantiate ACE_Connect_Strategy<Svc_Handler, ACE_SOCK_CONNECTOR>