diff options
author | Steve Huston <shuston@riverace.com> | 2006-01-24 14:49:55 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2006-01-24 14:49:55 +0000 |
commit | 8c56f552cbe264a47edb57e03323ecaae64b26a5 (patch) | |
tree | 9a895ad2dc61934e7097b48bb1cd3486cc04fb3f /ace/Activation_Queue.h | |
parent | bfdee44dd3a9f490576381736603a5632d1f4582 (diff) | |
download | ATCD-8c56f552cbe264a47edb57e03323ecaae64b26a5.tar.gz |
ChangeLogTag:Tue Jan 24 14:44:35 UTC 2006 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Activation_Queue.h')
-rw-r--r-- | ace/Activation_Queue.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Activation_Queue.h b/ace/Activation_Queue.h index 9da5894c1f9..26d51c9dcf1 100644 --- a/ace/Activation_Queue.h +++ b/ace/Activation_Queue.h @@ -111,7 +111,8 @@ public: * earlier, however, if queue is closed, deactivated, or when * a signal occurs. * - * @retval 0 on success. + * @retval >0 The number of method requests on the queue after adding + * the specified request. * @retval -1 if an error occurs; errno contains further information. If * the specified timeout elapses, errno will be @c EWOULDBLOCK. */ |