diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-25 22:04:38 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-25 22:04:38 +0000 |
commit | 1ef9c033ba58fdeca0ea84ecf2a076bc2db9caf0 (patch) | |
tree | 1416e1922b332266e85f298dc96441c3c96b5671 /ace/Synch.h | |
parent | 23427ae73b4788c9dc15f6113bb7ebe5fa7b9d3d (diff) | |
download | ATCD-1ef9c033ba58fdeca0ea84ecf2a076bc2db9caf0.tar.gz |
ChangeLogTag:Tue Dec 25 09:30:14 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Synch.h')
-rw-r--r-- | ace/Synch.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Synch.h b/ace/Synch.h index 6a7d09d1548..f46053bef2b 100644 --- a/ace/Synch.h +++ b/ace/Synch.h @@ -857,8 +857,10 @@ public: int wait (void); /// Same as wait() above, but this one can be timed - /// <abstime> is absolute time-of-day. - int wait (const ACE_Time_Value *abstime); + /// <abstime> is absolute time-of-day if if <use_absolute_time> + /// is non-0, else it is relative time. + int wait (const ACE_Time_Value *abstime, + int use_absolute_time = 1); /** * if MANUAL reset |