summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Endpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Endpoint.h')
-rw-r--r--TAO/tao/IIOP_Endpoint.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Endpoint.h b/TAO/tao/IIOP_Endpoint.h
index cd9905d5f46..688bddeea46 100644
--- a/TAO/tao/IIOP_Endpoint.h
+++ b/TAO/tao/IIOP_Endpoint.h
@@ -126,6 +126,12 @@ private:
/// invocations, etc.
ACE_INET_Addr object_addr_;
+ // TAO_IIOP_Client_Connection_Handler *hint_;
+ // Hint indicating the last successfully used connection handler for
+ // a connection established through this endpoint's acceptor.
+ // @@ This needs to be used for optimization. Will look in to this
+ // after MS defense - Bala
+
/// IIOP Endpoints can be stringed into a list. Return the next
/// endpoint in the list, if any.
TAO_IIOP_Endpoint *next_;