summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/Proxy_Handler_Acceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Gateway/Gateway/Proxy_Handler_Acceptor.cpp')
-rw-r--r--apps/Gateway/Gateway/Proxy_Handler_Acceptor.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/Gateway/Gateway/Proxy_Handler_Acceptor.cpp b/apps/Gateway/Gateway/Proxy_Handler_Acceptor.cpp
deleted file mode 100644
index 487c9e78f9c..00000000000
--- a/apps/Gateway/Gateway/Proxy_Handler_Acceptor.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-// $Id$
-
-#include "Event_Channel.h"
-#include "Proxy_Handler_Acceptor.h"
-
-Proxy_Handler_Acceptor::Proxy_Handler_Acceptor (ACE_Event_Channel &ec)
- : event_channel_ (ec)
-{
-}
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class ACE_Acceptor<Proxy_Handler_Factory, ACE_SOCK_ACCEPTOR>;
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate ACE_Acceptor<Proxy_Handler_Factory, ACE_SOCK_ACCEPTOR>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-