summaryrefslogtreecommitdiff
path: root/TAO/tao/Connection_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Connection_Handler.h')
-rw-r--r--TAO/tao/Connection_Handler.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/tao/Connection_Handler.h b/TAO/tao/Connection_Handler.h
index a76506d7ceb..6e7c768030a 100644
--- a/TAO/tao/Connection_Handler.h
+++ b/TAO/tao/Connection_Handler.h
@@ -33,12 +33,6 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_ORB_Core;
class TAO_Transport;
-/*
- * Hook to specialize the connection handler with the
- * concrete connection handler implementation.
- */
-//@@ CONNECTION_HANDLER_SPL_INCLUDE_FORWARD_DECL_ADD_HOOK
-
/**
* @class TAO_Connection_Handler
*
@@ -132,13 +126,6 @@ public:
virtual int handle_write_ready (const ACE_Time_Value *timeout);
- /*
- * Hook to add public methods from concrete connection handler
- * implementation onto the base connection handler.
- */
-
- //@@ CONNECTION_HANDLER_SPL_PUBLIC_METHODS_ADD_HOOK
-
protected:
/// Return our TAO_ORB_Core pointer
TAO_ORB_Core *orb_core (void);
@@ -208,19 +195,8 @@ private:
/// Once closed make sure the transport is not added back to the cache.
/// This is distinct from the leader-follower state so it cannot be reset.
bool is_closed_;
-
- /*
- * Hook to add instance members from derived class
- * onto base Connection_Handler class. Any further
- * additions to this class should go before this
- * hook.
- */
- //@@ CONNECTION_HANDLER_SPL_PRIVATE_DATA_ADD_HOOK
};
-//@@ CONNECTION_HANDLER_SPL_EXTERN_ADD_HOOK
-
-
/**
* @class TAO_Auto_Reference
*