summaryrefslogtreecommitdiff
path: root/examples/APG/Reactor/HAStatus-AC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Reactor/HAStatus-AC.cpp')
-rw-r--r--examples/APG/Reactor/HAStatus-AC.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/APG/Reactor/HAStatus-AC.cpp b/examples/APG/Reactor/HAStatus-AC.cpp
index 24861113f85..c99a1c5036c 100644
--- a/examples/APG/Reactor/HAStatus-AC.cpp
+++ b/examples/APG/Reactor/HAStatus-AC.cpp
@@ -136,12 +136,4 @@ int ACE_TMAIN (int, ACE_TCHAR *[])
// Listing 2
// Listing 8 code/ch07
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class ACE_Acceptor<ClientService, ACE_SOCK_ACCEPTOR>;
-template class ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>;
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate ACE_Acceptor<ClientService, ACE_SOCK_ACCEPTOR>
-#pragma instantiate \
- ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
// Listing 8