summaryrefslogtreecommitdiff
path: root/TAO/tao/Acceptor_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Acceptor_Impl.h')
-rw-r--r--TAO/tao/Acceptor_Impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tao/Acceptor_Impl.h b/TAO/tao/Acceptor_Impl.h
index 7f669fdf39b..063e05baf22 100644
--- a/TAO/tao/Acceptor_Impl.h
+++ b/TAO/tao/Acceptor_Impl.h
@@ -81,10 +81,8 @@ public:
// process runs out of handles, purge some "old" connections.
protected:
-#if defined (TAO_USES_ROBUST_CONNECTION_MGMT)
int out_of_sockets_handler (void);
// Handler which deals with purging "old" connections.
-#endif /* TAO_USES_ROBUST_CONNECTION_MGMT */
typedef ACE_Accept_Strategy<SVC_HANDLER, ACE_PEER_ACCEPTOR_2> ACCEPT_STRATEGY_BASE;
// Base class.