diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-12-24 03:42:02 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-12-24 03:42:02 +0000 |
commit | 23c6b5bda11ade93a9737d8d0cd5183f5ec45666 (patch) | |
tree | 33232bc3b874441560b40de461ec79d7044630fa /TAO/tao/Exclusive_TMS.cpp | |
parent | 594639b40055b5e12e644c35baed7644cb53e5e1 (diff) | |
download | ATCD-23c6b5bda11ade93a9737d8d0cd5183f5ec45666.tar.gz |
ChangeLogTag: Mon Dec 23 22:33:56 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Exclusive_TMS.cpp')
-rw-r--r-- | TAO/tao/Exclusive_TMS.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/TAO/tao/Exclusive_TMS.cpp b/TAO/tao/Exclusive_TMS.cpp index 17fa3990127..8b643c07db7 100644 --- a/TAO/tao/Exclusive_TMS.cpp +++ b/TAO/tao/Exclusive_TMS.cpp @@ -95,17 +95,9 @@ TAO_Exclusive_TMS::dispatch_reply (TAO_Pluggable_Reply_Params ¶ms) this->request_id_ = 0; // @@ What is a good value??? this->rd_ = 0; - // Starting dispatch - (void) rd->start_dispatch (); - // Dispatch the reply. // Returns 1 on success, -1 on failure. - int retval = - rd->dispatch_reply (params); - - (void) rd->end_dispatch (); - - return retval; + return rd->dispatch_reply (params); } int |