diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-11-24 03:17:05 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-11-24 03:17:05 +0000 |
commit | efb5d8ade88c442ee2caf9cde9a28d43e04defe7 (patch) | |
tree | d749617c0d9631a3b49549b2d480df3c39f9401b /TAO/tao/Wait_Strategy.h | |
parent | 12dabb6ba69a9186219173d74f43e92fa1098d37 (diff) | |
download | ATCD-efb5d8ade88c442ee2caf9cde9a28d43e04defe7.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/Wait_Strategy.h')
-rw-r--r-- | TAO/tao/Wait_Strategy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Wait_Strategy.h b/TAO/tao/Wait_Strategy.h index ecbe7fe2105..4827d0b8893 100644 --- a/TAO/tao/Wait_Strategy.h +++ b/TAO/tao/Wait_Strategy.h @@ -52,8 +52,8 @@ public: // true or the time expires. virtual int register_handler (void) = 0; - // Register the handler with the Reactor if it makes sense for the - // strategy. + // Register the handler needs with the reactor provided that it makes + // sense for the strategy. virtual ACE_SYNCH_CONDITION *leader_follower_condition_variable (void); // Return the TSS leader follower condition variable used in the |