summaryrefslogtreecommitdiff
path: root/ace/iosfwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/iosfwd.h')
-rw-r--r--ace/iosfwd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/iosfwd.h b/ace/iosfwd.h
index 4da758caa8f..75550a57c16 100644
--- a/ace/iosfwd.h
+++ b/ace/iosfwd.h
@@ -42,10 +42,10 @@
#if defined (ACE_HAS_STANDARD_CPP_LIBRARY) && \
(ACE_HAS_STANDARD_CPP_LIBRARY != 0)
-# if !defined (ACE_USES_OLD_IOSTREAMS)
+# if !defined (ACE_USES_OLD_IOSTREAMS)
# include /**/ <iosfwd>
# else
- // @note If these forward declarations don't work (e.g. aren't
+ // NOTE: If these forward declarations don't work (e.g. aren't
// portable), we may have to include "ace/streams.h" as a last
// resort. Doing so would defeat the purpose of this header,
// unfortunately.