summaryrefslogtreecommitdiff
path: root/examples/Timer_Queue/main_thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Timer_Queue/main_thread.cpp')
-rw-r--r--examples/Timer_Queue/main_thread.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/Timer_Queue/main_thread.cpp b/examples/Timer_Queue/main_thread.cpp
index 3f8aba5866e..7287e0ed263 100644
--- a/examples/Timer_Queue/main_thread.cpp
+++ b/examples/Timer_Queue/main_thread.cpp
@@ -56,10 +56,3 @@ ACE_TMAIN (int, ACE_TCHAR *[])
return driver->run_test ();
}
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class auto_ptr <THREAD_TIMER_QUEUE_TEST_DRIVER>;
-template class ACE_Auto_Basic_Ptr <THREAD_TIMER_QUEUE_TEST_DRIVER>;
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate auto_ptr <THREAD_TIMER_QUEUE_TEST_DRIVER>
-#pragma instantiate ACE_Auto_Basic_Ptr <THREAD_TIMER_QUEUE_TEST_DRIVER>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */