diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-23 02:34:44 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-23 02:34:44 +0000 |
commit | 97481605d435a4cbb5022d75d163e9289343bc97 (patch) | |
tree | f6b8418ce00c5f2be1692b6d482be843abf541dd /ace/Message_Queue.h | |
parent | 00fb139e9ecd710be1f19ecff0907cc2f48aaeeb (diff) | |
download | ATCD-97481605d435a4cbb5022d75d163e9289343bc97.tar.gz |
ChangeLogTag:Thu Jul 22 20:03:54 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Message_Queue.h')
-rw-r--r-- | ace/Message_Queue.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/Message_Queue.h b/ace/Message_Queue.h index fc11dde4a3e..b251e62cd0d 100644 --- a/ace/Message_Queue.h +++ b/ace/Message_Queue.h @@ -153,22 +153,22 @@ class ACE_Message_Queue_Vx : public ACE_Message_Queue<ACE_NULL_SYNCH> // // NOTE: *Many* ACE_Message_Queue features are not supported with // this specialization, including: - // * The two size arguments to the constructor and open () are + // * The two size arguments to the constructor and <open> are // interpreted differently. The first is interpreted as the // maximum number of bytes in a message. The second is // interpreted as the maximum number of messages that can be // queued. - // * dequeue_head () *requires* that the ACE_Message_Block + // * <dequeue_head> *requires* that the ACE_Message_Block // pointer argument point to an ACE_Message_Block that was // allocated by the caller. It must be big enough to support // the received message, without using continutation. The // pointer argument is not modified. // * Message priority. MSG_Q_FIFO is hard-coded. // * enqueue method timeouts. - // * peek_dequeue_head (). - // * ACE_Message_Queue_Iterators. + // * <peek_dequeue_head>. + // * <ACE_Message_Queue_Iterators>. // * The ability to change low and high water marks after creation. - // * Message_Block chains. The continuation field of ACE_Message_Block + // * <Message_Block> chains. The continuation field of <ACE_Message_Block> // * is ignored; only the first block of a fragment chain is // * recognized. public: |