summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.h
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-29 06:29:11 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-29 06:29:11 +0000
commit9dbb37da43be2487d3fa2b10ead123ffcf8eaa4e (patch)
tree6106263e88f658630557858e5d4f09125c95e940 /TAO/tao/IIOP_Connector.h
parentb2c4086d93ff4674c17dd147ce53170c6b0469dc (diff)
downloadATCD-9dbb37da43be2487d3fa2b10ead123ffcf8eaa4e.tar.gz
ChangeLogTag:Fri Sep 29 01:27:26 2000 Marina Spivak <marina@cs.wustl.edu>
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"