summaryrefslogtreecommitdiff
path: root/ACE/ace/Task_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Task_T.h')
-rw-r--r--ACE/ace/Task_T.h19
1 files changed, 6 insertions, 13 deletions
diff --git a/ACE/ace/Task_T.h b/ACE/ace/Task_T.h
index 26b5fc252f4..c5cf0606f5e 100644
--- a/ACE/ace/Task_T.h
+++ b/ACE/ace/Task_T.h
@@ -96,13 +96,13 @@ public: // Should be protected:
* 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.
+ * @param mb Pointer to the block that is used in the reply.
+ * @param tv 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);
+ int reply (ACE_Message_Block *mb, ACE_Time_Value *tv = 0);
/**
* Transfer message to the adjacent ACE_Task in a ACE_Stream. Note
@@ -111,13 +111,6 @@ public: // Should be protected:
*/
int put_next (ACE_Message_Block *msg, ACE_Time_Value *timeout = 0);
- /**
- * Tests whether we can enqueue a message without blocking.
- *
- * @deprecated This method is deprecated and will go away in the future.
- */
- int can_put (ACE_Message_Block *);
-
// = ACE_Task utility routines to identify names et al.
/// Return the name of the enclosing Module if there's one associated
/// with the Task, else returns 0.