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.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/Gateway/Gateway/Proxy_Handler_Acceptor.cpp b/apps/Gateway/Gateway/Proxy_Handler_Acceptor.cpp
deleted file mode 100644
index 94b2cb1b55c..00000000000
--- a/apps/Gateway/Gateway/Proxy_Handler_Acceptor.cpp
+++ /dev/null
@@ -1,13 +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_TEMPLATES_REQUIRE_SPECIALIZATION)
-template class ACE_Acceptor<Proxy_Handler_Factory, ACE_SOCK_ACCEPTOR>;
-#endif /* ACE_TEMPLATES_REQUIRE_SPECIALIZATION */