diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-02 05:57:02 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-02 05:57:02 +0000 |
commit | b5d74ab41e50d01e41ee3edf3afb45b76479292c (patch) | |
tree | 8b0ae86bc652f263f3c443d8d15ea0bec0395bc4 /ace/Message_Queue.h | |
parent | d41aac9ef6db32b5d511779634466f7518ac1e99 (diff) | |
download | ATCD-b5d74ab41e50d01e41ee3edf3afb45b76479292c.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Message_Queue.h')
-rw-r--r-- | ace/Message_Queue.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/Message_Queue.h b/ace/Message_Queue.h index fc5be17ea6f..4792d011c97 100644 --- a/ace/Message_Queue.h +++ b/ace/Message_Queue.h @@ -86,7 +86,12 @@ public: // Returns -1 on failure, else the number of items still on the // queue. - // = For all the following three routines if tv == 0, the caller will block until action is possible, else will wait until the absolute time specified in *tv elapses). Calls will return, however, when queue is closed, deactivated, when a signal occurs, or if the time specified in tv elapses, (in which case errno = EWOULDBLOCK). + // = For all the following three routines if tv == 0, the caller + // will block until action is possible, else will wait until the + // absolute time specified in *tv elapses). Calls will return, + // however, when queue is closed, deactivated, when a signal occurs, + // or if the time specified in tv elapses, (in which case errno = + // EWOULDBLOCK). int enqueue_prio (ACE_Message_Block *new_item, ACE_Time_Value *tv = 0); // Enqueue an <ACE_Message_Block *> into the <Message_Queue> in |