diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-03-28 19:38:27 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-03-28 19:38:27 +0000 |
commit | 4c9898b88e5e7502a1a4aa003973c08d4c665c61 (patch) | |
tree | 1624e906076f5c57d83afbbf70428b6f6c6d4aac /TAO/tao/Invocation.cpp | |
parent | 0def639bf6064d9c04bbe0a11ff1596d7b003d0b (diff) | |
download | ATCD-4c9898b88e5e7502a1a4aa003973c08d4c665c61.tar.gz |
ChangeLogTag: Fri Mar 28 13:31:41 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Invocation.cpp')
-rw-r--r-- | TAO/tao/Invocation.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Invocation.cpp b/TAO/tao/Invocation.cpp index a24fa3e9ddf..eb78c07d0d6 100644 --- a/TAO/tao/Invocation.cpp +++ b/TAO/tao/Invocation.cpp @@ -308,6 +308,9 @@ TAO_GIOP_Invocation::perform_call (TAO_Transport_Descriptor_Interface &desc // Set the giop version of the out stream this->out_stream_.set_version (version.major, version.minor); + // @@Phil, cant we make a check on the transport with is_tcs_set + // () before making the call. This way we could avoid a function + // call? this->orb_core_->codeset_manager()-> set_tcs(*this->profile_,*this->transport_); |