summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/IIOP_Connection_Handler.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.cpp b/TAO/tao/IIOP_Connection_Handler.cpp
index e2c3957dde0..7ce92592394 100644
--- a/TAO/tao/IIOP_Connection_Handler.cpp
+++ b/TAO/tao/IIOP_Connection_Handler.cpp
@@ -52,6 +52,12 @@ TAO_IIOP_Connection_Handler::TAO_IIOP_Connection_Handler (TAO_ORB_Core *orb_core
{
}
+/* Copy hook that copies over the concrete methods from this class
+ * to the base Connection_Handler class as a part of the specialization
+ * process. Add all concrete and virtual
+ * methods implemented in this class within this hook.
+ */
+//@@ CONNECTION_HANDLER_SPL_COPY_HOOK_START
TAO_IIOP_Connection_Handler::~TAO_IIOP_Connection_Handler (void)
{
delete this->transport ();
@@ -450,3 +456,7 @@ TAO_IIOP_Connection_Handler::set_dscp_codepoint (CORBA::Boolean set_network_prio
return 0;
}
+//@@ CONNECTION_HANDLER_SPL_COPY_HOOK_END
+/*
+ * End copy hook
+ */