summaryrefslogtreecommitdiff
path: root/examples/Timer_Queue/main_async.cpp
diff options
context:
space:
mode:
authorsergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-25 22:46:42 +0000
committersergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-25 22:46:42 +0000
commitaee7b278df7a992e1504d56a5c3f655e05cabeb6 (patch)
tree502b4a9c81b73120fbd88b31a95cd376328cb8db /examples/Timer_Queue/main_async.cpp
parent404389f6febd857d42b04dba29a158da570ce910 (diff)
downloadATCD-aee7b278df7a992e1504d56a5c3f655e05cabeb6.tar.gz
*** empty log message ***
Diffstat (limited to 'examples/Timer_Queue/main_async.cpp')
-rw-r--r--examples/Timer_Queue/main_async.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Timer_Queue/main_async.cpp b/examples/Timer_Queue/main_async.cpp
index 6ac013feab4..238df6f749e 100644
--- a/examples/Timer_Queue/main_async.cpp
+++ b/examples/Timer_Queue/main_async.cpp
@@ -45,6 +45,9 @@ main (int, char *[])
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class auto_ptr <ASYNC_TIMER_QUEUE_TEST_DRIVER>;
template class ACE_Auto_Basic_Ptr <ASYNC_TIMER_QUEUE_TEST_DRIVER>;
+#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
+#pragma instantiate auto_ptr <ASYNC_TIMER_QUEUE_TEST_DRIVER>
+#pragma instantiate ACE_Auto_Basic_Ptr <ASYNC_TIMER_QUEUE_TEST_DRIVER>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */