summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-04 03:53:54 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-04 03:53:54 +0000
commit5bef9626a3ab5e70fe002f3237761150a5e59787 (patch)
tree12103be26b2e9b0cd1869d7fd72a1f8a8ec362e6 /ace/Log_Msg.h
parent4ca7b649a73214d4cbbac1e739436bf60a370f83 (diff)
downloadATCD-5bef9626a3ab5e70fe002f3237761150a5e59787.tar.gz
ChangeLogTag:Mon Aug 4 03:26:30 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index 09dd79c262e..9b26e0e9c8f 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -19,10 +19,11 @@
// ... but ACE_NDEBUG and ACE_NLOGGING can come from the config.h file, so
// pull that one early.
#include "ace/config-all.h"
+#include "ace/ACE_export.h"
#include "ace/Global_Macros.h"
#include "ace/Default_Constants.h"
#include "ace/Log_Priority.h"
-#include "ace/OS.h"
+#include "ace/os_include/os_limits.h"
// The following ASSERT macro is courtesy of Alexandre Karev
// <akg@na47sun05.cern.ch>.
@@ -672,10 +673,6 @@ private:
#if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0)
static int key_created_;
-# if defined (ACE_HAS_THREAD_SPECIFIC_STORAGE) || \
- defined (ACE_HAS_TSS_EMULATION)
- static ACE_thread_key_t log_msg_tss_key_;
-# endif /* ACE_HAS_THREAD_SPECIFIC_STORAGE || ACE_HAS_TSS_EMULATION */
#endif /* ACE_MT_SAFE */
/// For cleanup, at program termination.