summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-06-28 23:31:57 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-06-28 23:31:57 +0000
commit61767d4431a8a8c1e6a880afef613456eae44671 (patch)
tree0a5fe3349cd7c033f4a92437f8ebb4a6d37590dd
parentcc1ba5fdcba9191a0825942c08a173e3df01fd6e (diff)
downloadATCD-61767d4431a8a8c1e6a880afef613456eae44671.tar.gz
ChangeLogTag:Thu Jun 28 18:30:03 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/tao/Resume_Handle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Resume_Handle.cpp b/TAO/tao/Resume_Handle.cpp
index 41c7e4bec52..0477047f28d 100644
--- a/TAO/tao/Resume_Handle.cpp
+++ b/TAO/tao/Resume_Handle.cpp
@@ -13,8 +13,8 @@ TAO_Resume_Handle::resume_handle (void)
{
// If we have a complete message, just resume the handler
// Resume the handler.
- // @@Bala: Try to solve this issue of reactor resumptions..
- if (this->flag_ == 0 &&
+ if (this->orb_core_->reactor ()->resumable_handler () &&
+ this->flag_ == 0 &&
this->handle_ != ACE_INVALID_HANDLE)
this->orb_core_->reactor ()->resume_handler (this->handle_);