summaryrefslogtreecommitdiff
path: root/ace/Future.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Future.h')
-rw-r--r--ace/Future.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ace/Future.h b/ace/Future.h
index e512f627f26..36d65b46cb0 100644
--- a/ace/Future.h
+++ b/ace/Future.h
@@ -73,8 +73,7 @@ private:
int get (T &value,
ACE_Time_Value *tv);
- // Wait up to <tv> time to get the <value>. Note that <tv> must be
- // specified in absolute time rather than relative time.
+ // Wait up to <tv> time to get the <value>.
operator T ();
// Type conversion. will block forever until the result is
@@ -161,8 +160,7 @@ public:
int get (T &value,
ACE_Time_Value *tv = 0);
- // Wait up to <tv> time to get the <value>. Note that <tv> must be
- // specified in absolute time rather than relative time.
+ // Wait up to <tv> time to get the <value>.
operator T ();
// Type conversion, which obtains the result of the asynchronous