summaryrefslogtreecommitdiff
path: root/ACE/ace/Log_Record.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-24 07:55:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-24 07:55:50 +0000
commitc9ef547e6cb8a2d4fb74cc256c125482a18f0570 (patch)
treeeaac20ba19d505bb98cc22857396b51d780bded5 /ACE/ace/Log_Record.h
parent1334f93dda7ddb001d065692e887b4d31ed980c2 (diff)
downloadATCD-c9ef547e6cb8a2d4fb74cc256c125482a18f0570.tar.gz
Thu May 24 07:54:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Log_Record.h')
-rw-r--r--ACE/ace/Log_Record.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Log_Record.h b/ACE/ace/Log_Record.h
index 4b8aa552a62..ec36a5d7057 100644
--- a/ACE/ace/Log_Record.h
+++ b/ACE/ace/Log_Record.h
@@ -100,7 +100,7 @@ public:
*/
static const ACE_TCHAR *priority_name (ACE_Log_Priority p);
- // IMPORTANT: <name> must be a statically allocated const ACE_TCHAR*
+ // IMPORTANT: @a name must be a statically allocated const ACE_TCHAR*
static void priority_name (ACE_Log_Priority p,
const ACE_TCHAR *name);
@@ -136,7 +136,7 @@ public:
/// power of 2, as defined by the enums in <ACE_Log_Priority>).
void priority (u_long num);
- /// Get the total length of the <Log_Record>, which includes the
+ /// Get the total length of the <Log_Record>, which includes the
/// size of the various data member fields.
long length (void) const;