diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-10-28 00:20:57 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-10-28 00:20:57 +0000 |
commit | a0a410e4aad536c769501ac4749a5069f2c88300 (patch) | |
tree | fafed95ba7ee561a550d694a40ecb2c713594c72 /TAO | |
parent | 7049eb9324e06d72dcd2139a3d081a7d4ab4d3de (diff) | |
download | ATCD-a0a410e4aad536c769501ac4749a5069f2c88300.tar.gz |
ChangeLogTag:Wed Oct 27 17:06:31 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp | 1 | ||||
-rw-r--r-- | TAO/tao/IIOP_Connection_Handler.cpp | 1 | ||||
-rw-r--r-- | TAO/tao/Strategies/SCIOP_Connection_Handler.cpp | 1 | ||||
-rw-r--r-- | TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp index 367eb87d94b..d5ce8d47143 100644 --- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp +++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp @@ -118,7 +118,6 @@ TAO::SSLIOP::Connection_Handler::open (void *) return -1; #if !defined (ACE_LACKS_TCP_NODELAY) - if (this->peer ().set_option (ACE_IPPROTO_TCP, TCP_NODELAY, (void *) &protocol_properties.no_delay_, diff --git a/TAO/tao/IIOP_Connection_Handler.cpp b/TAO/tao/IIOP_Connection_Handler.cpp index ddc6448d817..33d476e0806 100644 --- a/TAO/tao/IIOP_Connection_Handler.cpp +++ b/TAO/tao/IIOP_Connection_Handler.cpp @@ -118,7 +118,6 @@ TAO_IIOP_Connection_Handler::open (void*) return -1; #if !defined (ACE_LACKS_TCP_NODELAY) - if (this->peer ().set_option (ACE_IPPROTO_TCP, TCP_NODELAY, (void *) &protocol_properties.no_delay_, diff --git a/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp b/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp index 7d9347f103a..fc0cbb0c656 100644 --- a/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp +++ b/TAO/tao/Strategies/SCIOP_Connection_Handler.cpp @@ -136,7 +136,6 @@ TAO_SCIOP_Connection_Handler::open (void*) return -1; #if !defined (ACE_LACKS_TCP_NODELAY) - if (this->peer ().set_option (IPPROTO_SCTP, SCTP_NODELAY, (void *) &protocol_properties.no_delay_, diff --git a/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp b/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp index 0be2d15871e..7c0cfa328a9 100644 --- a/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp +++ b/TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp @@ -117,7 +117,6 @@ TAO_SHMIOP_Connection_Handler::open (void*) return -1; #if !defined (ACE_LACKS_TCP_NODELAY) - if (this->peer ().set_option (ACE_IPPROTO_TCP, TCP_NODELAY, (void *) &protocol_properties.no_delay_, |