summaryrefslogtreecommitdiff
path: root/ACE/ace/Message_Block.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-01 15:08:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-01 15:08:40 +0000
commitde87537c194a9195e0ece9a9ada71f9a38f2dccc (patch)
tree2468c8f09e91a4093ed4037663aa0f1a7fb712b0 /ACE/ace/Message_Block.h
parent3b19c8d71cf9ed03d8687e6a4b6232613864b464 (diff)
downloadATCD-de87537c194a9195e0ece9a9ada71f9a38f2dccc.tar.gz
Mon Oct 1 15:06:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Message_Block.h')
-rw-r--r--ACE/ace/Message_Block.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Message_Block.h b/ACE/ace/Message_Block.h
index 220b3be373a..e8906c94048 100644
--- a/ACE/ace/Message_Block.h
+++ b/ACE/ace/Message_Block.h
@@ -222,7 +222,7 @@ public:
* to protect regions of code that access shared state (e.g.,
* reference counting) from race conditions. Note that the @a size
* of the <Message_Block> will be @a size, but the @a length will be 0
- * until <wr_ptr> is set. The @a data_block_allocator is use to
+ * until <wr_ptr> is set. The @a data_block_allocator is use to
* allocate the data blocks while the @a allocator_strategy is used
* to allocate the buffers contained by those.
*/
@@ -274,7 +274,7 @@ public:
Message_Flags flags (void) const;
// = Data Block flag accessors and mutators.
- /// Bitwise-or the <more_flags> into the existing message flags and
+ /// Bitwise-or the @a more_flags into the existing message flags and
/// return the new value.
/* @todo: I think the following set of methods could not be used at
* all. May be they are useless. Let us have it so that we dont
@@ -425,7 +425,7 @@ public:
ACE_Allocator *&message_block_allocator);
/// Reset all the allocators in the message block.
- /// @@todo: Not sure whether we would need finer control while
+ /// @todo Not sure whether we would need finer control while
/// trying to reset allocators ie. a method for every allocator.
/**
* This method resets the allocators in all the message blocks in