diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-16 23:03:26 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-16 23:03:26 +0000 |
commit | 7f35eef63dbc3d7061f50da7f9bc0873129e576a (patch) | |
tree | c6a51cfd1983485768b9d3f26b0ebb5baddd9a04 /ace/Log_Msg.cpp | |
parent | 7773e5d0ee3fc3fd708c24ba09d080f9aa664c95 (diff) | |
download | ATCD-7f35eef63dbc3d7061f50da7f9bc0873129e576a.tar.gz |
Added "inc_user_config.h" to prevent multiple inclusions of user config.h file.
Diffstat (limited to 'ace/Log_Msg.cpp')
-rw-r--r-- | ace/Log_Msg.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp index db4bf7d4bfa..fa71760986b 100644 --- a/ace/Log_Msg.cpp +++ b/ace/Log_Msg.cpp @@ -3,10 +3,7 @@ #define ACE_BUILD_DLL // We need this to get the status of ACE_NTRACE... -#if !defined (ACE_USER_CONFIG_H) -#define ACE_USER_CONFIG_H -#include "ace/config.h" -#endif /* ACE_USER_CONFIG_H */ +#include "ace/inc_user_config.h" // Turn off tracing for the duration of this file. #if defined (ACE_NTRACE) |