summaryrefslogtreecommitdiff
path: root/ACE/ace/Log_Record.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-08-14 11:30:00 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-08-14 11:30:00 +0000
commit079000e3e2a5c51e592fbd81562d82074db02255 (patch)
tree98eb6108b080c79a9240289ff7790ac163ecadaf /ACE/ace/Log_Record.h
parent1079d86da53620ede633692f8546bd7aea060631 (diff)
downloadATCD-079000e3e2a5c51e592fbd81562d82074db02255.tar.gz
Mon Aug 14 11:15:12 UTC 2006 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 8c2e964a92e..1ff5d35a43e 100644
--- a/ACE/ace/Log_Record.h
+++ b/ACE/ace/Log_Record.h
@@ -19,7 +19,7 @@
#define ACE_LOG_RECORD_H
#include /**/ "ace/pre.h"
-#include "ace/ACE_export.h"
+#include /**/ "ace/ACE_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -151,7 +151,7 @@ public:
/// Get the message data of the <Log_Record>.
const ACE_TCHAR *msg_data (void) const;
- /// Set the message data pointer
+ /// Set the message data pointer
void set_msg_data_ptr (ACE_TCHAR *data);
/// Set the message data of the <Log_Record>.