diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-24 21:56:40 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-24 21:56:40 +0000 |
commit | 3c980af102cacb8d2aa75d49d77d5083b7a8d57d (patch) | |
tree | e5977180f5c276359279c3ca4e4a805b54f5f312 /TAO/tao/UIOP_Transport.cpp | |
parent | 7b1e11e443f62f170aff6ebd199afb1627a78f3e (diff) | |
download | ATCD-3c980af102cacb8d2aa75d49d77d5083b7a8d57d.tar.gz |
ChangeLogTag:Fri Sep 24 16:16:09 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/UIOP_Transport.cpp')
-rw-r--r-- | TAO/tao/UIOP_Transport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/UIOP_Transport.cpp b/TAO/tao/UIOP_Transport.cpp index 8cb0d75dd35..d771e8aec60 100644 --- a/TAO/tao/UIOP_Transport.cpp +++ b/TAO/tao/UIOP_Transport.cpp @@ -165,7 +165,7 @@ TAO_UIOP_Client_Transport::start_locate (TAO_ORB_Core *orb_core, if (TAO_GIOP::write_locate_request_header (request_id, key, - output) != 0) + output) == 0) ACE_THROW (CORBA::MARSHAL ()); } |