diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2003-03-31 23:13:10 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2003-03-31 23:13:10 +0000 |
commit | 1c167eb27b09e841655966ae30f4581c953d5e38 (patch) | |
tree | 5fb6184a810b3660b800f1304a620bdf7a4e7b53 /TAO/tao/Invocation.cpp | |
parent | dc82b5d13d6aeb5ab9efbfd53739761297af3714 (diff) | |
download | ATCD-1c167eb27b09e841655966ae30f4581c953d5e38.tar.gz |
ChangeLog tag: Mon Mar 31 17:11:23 2003 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tao/Invocation.cpp')
-rw-r--r-- | TAO/tao/Invocation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Invocation.cpp b/TAO/tao/Invocation.cpp index 16544820c82..882aebaa6af 100644 --- a/TAO/tao/Invocation.cpp +++ b/TAO/tao/Invocation.cpp @@ -311,8 +311,8 @@ TAO_GIOP_Invocation::perform_call (TAO_Transport_Descriptor_Interface &desc this->out_stream_.set_version (version.major, version.minor); if (!this->transport_->is_tcs_set()) - this->orb_core_->codeset_manager()-> - set_tcs(*this->profile_,*this->transport_); + this->orb_core_->codeset_manager()-> + set_tcs(*this->profile_,*this->transport_); if (result == -1) { |