diff options
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 7 |
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. |