aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/Message_Block.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/ace/Message_Block.h')
-rw-r--r--externals/ace/Message_Block.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/ace/Message_Block.h b/externals/ace/Message_Block.h
index cd4545a42e6..0e8c4bfd643 100644
--- a/externals/ace/Message_Block.h
+++ b/externals/ace/Message_Block.h
@@ -4,7 +4,7 @@
/**
* @file Message_Block.h
*
- * $Id: Message_Block.h 86825 2009-09-28 17:45:23Z johnnyw $
+ * $Id: Message_Block.h 91066 2010-07-12 11:05:04Z johnnyw $
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
@@ -241,8 +241,8 @@ public:
/**
* Delete all the resources held in the message.
*
- * Note that <release()> is designed to release the continuation
- * chain; the destructor is not. See <release()> for details.
+ * @note Note that release() is designed to release the continuation
+ * chain; the destructor is not. See release() for details.
*/
virtual ~ACE_Message_Block (void);