summaryrefslogtreecommitdiff
path: root/ace/Log_Record.i
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-08-01 20:48:52 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-08-01 20:48:52 +0000
commit92eb309c49f5f1371f685fe3efca2c86d81c72df (patch)
tree90145258521101b7f89535751232eba865d6cc41 /ace/Log_Record.i
parent8b679f88150c4c2eecfdb1f5ae1f5930b5aad8f1 (diff)
downloadATCD-92eb309c49f5f1371f685fe3efca2c86d81c72df.tar.gz
ChangeLogTag:Wed Aug 1 15:00:21 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/Log_Record.i')
-rw-r--r--ace/Log_Record.i7
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/Log_Record.i b/ace/Log_Record.i
index 234cc4a46ed..48280b9644a 100644
--- a/ace/Log_Record.i
+++ b/ace/Log_Record.i
@@ -98,3 +98,10 @@ ACE_Log_Record::msg_data (void)
ACE_TRACE ("ACE_Log_Record::msg_data");
return this->msg_data_;
}
+
+ASYS_INLINE size_t
+ACE_Log_Record::msg_data_len (void) const
+{
+ ACE_TRACE ("ACE_Log_Record::msg_data_len");
+ return ACE_OS::strlen (this->msg_data_) + 1;
+}