summaryrefslogtreecommitdiff
path: root/ACE/ace/Task_T.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-10-21 18:51:54 +0000
committerSteve Huston <shuston@riverace.com>2006-10-21 18:51:54 +0000
commit3104dd867fb4f4c3dacd64afdd4c63419dd81278 (patch)
tree034f649379b8695a53c730802e1189099d6c5606 /ACE/ace/Task_T.h
parent05f8f9198808c736ca5bbc3b4226446da42bb613 (diff)
downloadATCD-3104dd867fb4f4c3dacd64afdd4c63419dd81278.tar.gz
ChangeLogTag:Sat Oct 21 14:49:21 UTC 2006 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/Task_T.h')
-rw-r--r--ACE/ace/Task_T.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/ACE/ace/Task_T.h b/ACE/ace/Task_T.h
index 285972f9d1f..83e148e4a4e 100644
--- a/ACE/ace/Task_T.h
+++ b/ACE/ace/Task_T.h
@@ -96,9 +96,15 @@ public: // Should be protected:
int ungetq (ACE_Message_Block *, ACE_Time_Value *timeout = 0);
/**
- * Turn the message around and send it back down the Stream. Note
- * that <timeout> uses <{absolute}> time rather than <{relative}>
- * time.
+ * Turn the message around, sending it in the opposite direction in
+ * the stream. To do this, the message is put onto the task next in
+ * the stream after this task's sibling.
+ *
+ * @param ACE_Message_Block Pointer to the block that is used in the reply.
+ * @param timeout The absolute time at which the put operation used to
+ * send the message block to the next module in the stream
+ * will time out. If 0, this call blocks until it can be
+ * completed.
*/
int reply (ACE_Message_Block *, ACE_Time_Value *timeout = 0);