summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-29 19:17:59 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-29 19:17:59 +0000
commit8d3d2955ae55a0a79d8874ef0baa1e11b4436b96 (patch)
tree30941103d3a2aa2afce5a98ef964481ccd0a6d13
parent25c8b71981c0e00df6b64a277dba9cdcafbac01f (diff)
downloadATCD-8d3d2955ae55a0a79d8874ef0baa1e11b4436b96.tar.gz
Update TAO_IIOP_Client_Transport::send_request to call the Wait
Strategy's send_request instead of calling <GIOP::send_request>.
-rw-r--r--TAO/tao/IIOP_Transport.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Transport.cpp b/TAO/tao/IIOP_Transport.cpp
index a38466ec54d..79b6cf11a59 100644
--- a/TAO/tao/IIOP_Transport.cpp
+++ b/TAO/tao/IIOP_Transport.cpp
@@ -146,11 +146,13 @@ TAO_IIOP_Transport::handle (void)
int
TAO_IIOP_Client_Transport::send_request (TAO_ORB_Core *orb_core,
TAO_OutputCDR &stream,
- int /* twoway */)
+ int two_way)
{
ACE_FUNCTION_TIMEPROBE (TAO_IIOP_CLIENT_TRANSPORT_SEND_REQUEST_START);
- return TAO_GIOP::send_request (this, stream, orb_core);
+ return this->ws_->send_request (orb_core,
+ stream,
+ two_way);
}
// int