summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-25 22:04:38 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-25 22:04:38 +0000
commit1ef9c033ba58fdeca0ea84ecf2a076bc2db9caf0 (patch)
tree1416e1922b332266e85f298dc96441c3c96b5671 /ace/Synch.h
parent23427ae73b4788c9dc15f6113bb7ebe5fa7b9d3d (diff)
downloadATCD-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.h6
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