summaryrefslogtreecommitdiff
path: root/ACE/ace/WFMO_Reactor.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2007-02-20 16:15:01 +0000
committerSteve Huston <shuston@riverace.com>2007-02-20 16:15:01 +0000
commit6240ee5a4054fa527479c9b8998e6bb365e80324 (patch)
tree107bebe3500f54ea425b393ac65bca55f13f28aa /ACE/ace/WFMO_Reactor.h
parent048a898892d5336d99e54a089a49fc9fa62bf018 (diff)
downloadATCD-6240ee5a4054fa527479c9b8998e6bb365e80324.tar.gz
ChangeLogTag:Mon Feb 19 23:13:07 UTC 2007 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/WFMO_Reactor.h')
-rw-r--r--ACE/ace/WFMO_Reactor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE/ace/WFMO_Reactor.h b/ACE/ace/WFMO_Reactor.h
index 2c8f2bec20d..c06306cb7c1 100644
--- a/ACE/ace/WFMO_Reactor.h
+++ b/ACE/ace/WFMO_Reactor.h
@@ -1188,7 +1188,9 @@ protected:
/// Return the ID of the "owner" thread. Does not do any locking.
virtual ACE_thread_t owner_i (void);
- /// Check to see if it is ok to enter <::WaitForMultipleObjects>.
+ /// Wait up to @a max_wait_time until it's ok to enter
+ /// WaitForMultipleObjects. Returns 1 (and holding lock_) if ok to wait;
+ /// -1 (and not holding lock_) if not.
virtual int ok_to_wait (ACE_Time_Value *max_wait_time,
int alertable);