diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-11-03 17:22:37 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-11-03 17:22:37 +0000 |
commit | be6a542d11d5968502d95eb7afa0ea56f98cbeb2 (patch) | |
tree | 99f0008a766b1ffd84c83ab66a80a9936634cc58 /ace/Task.h | |
parent | 9ea2da9e2a0f4c5b67eabe8a43d8576a6ea38bcc (diff) | |
download | ATCD-be6a542d11d5968502d95eb7afa0ea56f98cbeb2.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Task.h')
-rw-r--r-- | ace/Task.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Task.h b/ace/Task.h index 8aa4e3d34ce..28e02dc6bb9 100644 --- a/ace/Task.h +++ b/ace/Task.h @@ -108,7 +108,9 @@ public: // These methods should be overridden by subclasses if you'd like to // provide <Task>-specific message processing behavior. - /// Transfer msg into the queue to handle immediate processing. + /// A hook method that can be used to pass a message to a + /// task, where it can be processed immediately or queued for subsequent + /// processing in the <svc> hook method. virtual int put (ACE_Message_Block *, ACE_Time_Value * = 0); /// Run by a daemon thread to handle deferred processing. |