summaryrefslogtreecommitdiff
path: root/ACE/ace/Stream.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-23 13:33:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-23 13:33:56 +0000
commit8f778c8bcb1354dffbf1abf96d5872a75304c02f (patch)
tree24cbebdcec340cb1e2524f9f8ff9c6e61646c4d8 /ACE/ace/Stream.h
parent04d3279c079ae369c1e260b7ff8121e9f24e9dca (diff)
downloadATCD-8f778c8bcb1354dffbf1abf96d5872a75304c02f.tar.gz
Wed May 23 15:32:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Stream.h')
-rw-r--r--ACE/ace/Stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Stream.h b/ACE/ace/Stream.h
index b51e3c23880..da558b89d4b 100644
--- a/ACE/ace/Stream.h
+++ b/ACE/ace/Stream.h
@@ -41,7 +41,7 @@ class ACE_Time_Value;
* contains two <ACE_Tasks>. Even though the methods in this
* class are virtual, this class isn't really intended for
* subclassing unless you know what you are doing. In
- * particular, the <ACE_Stream> destructor calls <close>, which
+ * particular, the ACE_Stream destructor calls <close>, which
* won't be overridden properly unless you call it in a subclass
* destructor.
*/
@@ -195,7 +195,7 @@ private:
/**
* @class ACE_Stream_Iterator
*
- * @brief Iterate through an <ACE_Stream>.
+ * @brief Iterate through an ACE_Stream.
*/
template <ACE_SYNCH_DECL>
class ACE_Stream_Iterator