diff options
author | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-17 00:53:51 +0000 |
---|---|---|
committer | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-17 00:53:51 +0000 |
commit | d79278e44e8eda86ebd637a31bb65e985408f7c9 (patch) | |
tree | c67ee2b9dad64ae3ea6e9b418a7fcd3300e5b771 /TAO/tao/Exclusive_TMS.cpp | |
parent | 3288eca5531edffe4dee56d8b5ea28e39a07a5a8 (diff) | |
download | ATCD-d79278e44e8eda86ebd637a31bb65e985408f7c9.tar.gz |
ChangeLogTag: Fri Mar 16 18:25:54 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/Exclusive_TMS.cpp')
-rw-r--r-- | TAO/tao/Exclusive_TMS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Exclusive_TMS.cpp b/TAO/tao/Exclusive_TMS.cpp index adfb720853f..3645be52122 100644 --- a/TAO/tao/Exclusive_TMS.cpp +++ b/TAO/tao/Exclusive_TMS.cpp @@ -123,7 +123,7 @@ int TAO_Exclusive_TMS::idle_after_reply (void) { if (this->transport_ != 0) - return this->transport_->idle (); + return this->transport_->make_idle (); return 0; } |