diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-03-28 06:19:56 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-03-28 06:19:56 +0000 |
commit | 0069a7e1b08a966a22e5d87d2ba0ff3e774aff4d (patch) | |
tree | 34d0f7de68c2cec1a7803aa78d0afd358f1c7e76 /ace/Message_Block.h | |
parent | 2ba8331abbd582f3b37570df8f1466c107911b1d (diff) | |
download | ATCD-0069a7e1b08a966a22e5d87d2ba0ff3e774aff4d.tar.gz |
ChangeLogTag:Wed Mar 27 20:00:31 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Message_Block.h')
-rw-r--r-- | ace/Message_Block.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ace/Message_Block.h b/ace/Message_Block.h index 6ce6970f413..79f49178f5a 100644 --- a/ace/Message_Block.h +++ b/ace/Message_Block.h @@ -75,8 +75,8 @@ public: /// set various stream head options MB_SETOPTS = 0x08, - // = Control messag - /// acknowledge ioctles (high priority; go to head of queue) + // = Control messages + /// acknowledge ioctl (high priority; go to head of queue) MB_IOCACK = 0x81, /// negative ioctl acknowledge MB_IOCNAK = 0x82, @@ -308,7 +308,6 @@ public: /// Return a "shallow" copy that increments our reference count by 1. ACE_Message_Block *duplicate (void) const; - /** * Return a "shallow" copy that increments our reference count by 1. * This is similar to CORBA's <_duplicate> method, which is useful @@ -317,7 +316,6 @@ public: */ static ACE_Message_Block *duplicate (const ACE_Message_Block *mb); - /** * Decrease the shared ACE_Data_Block's reference count by 1. If the * ACE_Data_Block's reference count goes to 0, it is deleted. @@ -352,7 +350,6 @@ public: */ static ACE_Message_Block *release (ACE_Message_Block *mb); - // = Operations on Message data /** |