summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-02 02:33:15 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-02 02:33:15 +0000
commit0b2972f00ac0dedb70cbc96762557fc8c006e0df (patch)
tree5ab6f061bb1af74c4326260fca2ca1acbbf3055f /tests
parent5030de0847c9b391118777112a7457ac6da2b6b0 (diff)
downloadATCD-0b2972f00ac0dedb70cbc96762557fc8c006e0df.tar.gz
added #pragma instantiate
Diffstat (limited to 'tests')
-rw-r--r--tests/Async_Timer_Queue_Test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Async_Timer_Queue_Test.cpp b/tests/Async_Timer_Queue_Test.cpp
index 53e7285cbd3..70f1d706e2f 100644
--- a/tests/Async_Timer_Queue_Test.cpp
+++ b/tests/Async_Timer_Queue_Test.cpp
@@ -178,4 +178,5 @@ main (int, char *[])
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class ACE_Async_Timer_Queue_Adapter<ACE_Timer_List>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
+#pragma instantiate ACE_Async_Timer_Queue_Adapter<ACE_Timer_List>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */