summaryrefslogtreecommitdiff
path: root/ACE/ace/Log_Record.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2006-12-18 22:37:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2006-12-18 22:37:46 +0000
commitbd01d7ec8dfde5e64d39dc248902b3e1515e9a4f (patch)
tree9b04dd5abf3662aba4066d142e5534984720d8b4 /ACE/ace/Log_Record.h
parentfbcce65f629d86558b91eb64cdac2cedc2faa794 (diff)
downloadATCD-bd01d7ec8dfde5e64d39dc248902b3e1515e9a4f.tar.gz
ChangeLogTag:Mon
Diffstat (limited to 'ACE/ace/Log_Record.h')
-rw-r--r--ACE/ace/Log_Record.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ACE/ace/Log_Record.h b/ACE/ace/Log_Record.h
index 36bda6f89ac..978f2ade5ae 100644
--- a/ACE/ace/Log_Record.h
+++ b/ACE/ace/Log_Record.h
@@ -130,10 +130,12 @@ public:
/// power of 2, as defined by the enums in <ACE_Log_Priority>).
void priority (u_long num);
- /// Get the length of the <Log_Record>.
+ /// Get the total length of the <Log_Record>, which includes the
+ /// size of the various data member fields.
long length (void) const;
- /// Set the length of the <Log_Record>.
+ /// Set the total length of the <Log_Record>, which needs to account for
+ /// the size of the various data member fields.
void length (long);
/// Get the time stamp of the <Log_Record>.