summaryrefslogtreecommitdiff
path: root/ace/Log_Msg_Callback.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-19 19:04:16 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-19 19:04:16 +0000
commitb9a7244eae2d74b173132032aae504fca84eb202 (patch)
treee90fdb256e0d6ff22a2a01ae3cccb43e210710b6 /ace/Log_Msg_Callback.h
parent5f46bb2218bacdd42c729f26ff689185731c455f (diff)
downloadATCD-b9a7244eae2d74b173132032aae504fca84eb202.tar.gz
ChangeLogTag:Sat Jul 19 18:38:50 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/Log_Msg_Callback.h')
-rw-r--r--ace/Log_Msg_Callback.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Log_Msg_Callback.h b/ace/Log_Msg_Callback.h
index 3602d56459d..4de1b85bb8a 100644
--- a/ace/Log_Msg_Callback.h
+++ b/ace/Log_Msg_Callback.h
@@ -12,7 +12,7 @@
#ifndef ACE_LOG_MSG_CALLBACK_H
#define ACE_LOG_MSG_CALLBACK_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/ACE_export.h"
@@ -61,5 +61,5 @@ public:
virtual void log (ACE_Log_Record &log_record) = 0;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_LOG_MSG_CALLBACK_H */