summaryrefslogtreecommitdiff
path: root/tests/Svc_Handler_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-09 23:10:11 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-09 23:10:11 +0000
commit6acb1385292b59eb4ce1538ff849f76db197b618 (patch)
tree931a869f3c8022d8741dfeb5cf891bbb0627af09 /tests/Svc_Handler_Test.cpp
parent7005aa17c5a0fdf19010306db92e94e1da240f8e (diff)
downloadATCD-6acb1385292b59eb4ce1538ff849f76db197b618.tar.gz
.
Diffstat (limited to 'tests/Svc_Handler_Test.cpp')
-rw-r--r--tests/Svc_Handler_Test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Svc_Handler_Test.cpp b/tests/Svc_Handler_Test.cpp
index 2f62e6a6d72..0c459bed96c 100644
--- a/tests/Svc_Handler_Test.cpp
+++ b/tests/Svc_Handler_Test.cpp
@@ -126,6 +126,8 @@ main (int argc, ASYS_TCHAR *argv[])
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class ACE_Buffered_Svc_Handler <ACE_FILE_STREAM, ACE_NULL_SYNCH>;
+template class ACE_Svc_Handler <ACE_FILE_STREAM, ACE_NULL_SYNCH>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
#pragma instantiate ACE_Buffered_Svc_Handler <ACE_FILE_STREAM, ACE_NULL_SYNCH>
+#pragma instantiate ACE_Svc_Handler <ACE_FILE_STREAM, ACE_NULL_SYNCH>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */