summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Connector.h')
-rw-r--r--TAO/tao/IIOP_Connector.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/IIOP_Connector.h b/TAO/tao/IIOP_Connector.h
index b0a33d978f8..536eab7df3d 100644
--- a/TAO/tao/IIOP_Connector.h
+++ b/TAO/tao/IIOP_Connector.h
@@ -211,6 +211,10 @@ protected:
TAO_ORB_Core *orb_core_;
// ORB Core.
+ TAO_IIOP_Handler_Base::TCP_Properties tcp_properties_;
+ // TCP configuration properties to be used for all
+ // connections established by this connector.
+
private:
TAO_NULL_ACTIVATION_STRATEGY null_activation_strategy_;
TAO_NULL_CREATION_STRATEGY null_creation_strategy_;
@@ -229,10 +233,6 @@ private:
// Caching strategy which decides the order of removal of entries
// from the connection cache.
#endif /* TAO_USES_ROBUST_CONNECTION_MGMT */
-
- TAO_IIOP_Handler_Base::TCP_Properties tcp_properties_;
- // TCP configuration properties to be used for all
- // connections established by this connector.
};
#include "ace/post.h"