diff options
Diffstat (limited to 'externals/ace/Logging_Strategy.cpp')
-rw-r--r-- | externals/ace/Logging_Strategy.cpp | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/externals/ace/Logging_Strategy.cpp b/externals/ace/Logging_Strategy.cpp index 04899f74dad..1b868d6f696 100644 --- a/externals/ace/Logging_Strategy.cpp +++ b/externals/ace/Logging_Strategy.cpp @@ -1,9 +1,8 @@ -// $Id: Logging_Strategy.cpp 90712 2010-06-18 20:01:29Z shuston $ +// $Id: Logging_Strategy.cpp 89512 2010-03-17 14:42:24Z vzykov $ #include "ace/Logging_Strategy.h" #include "ace/Service_Config.h" #include "ace/ACE.h" -#include "ace/ACE_export.h" #include "ace/Get_Opt.h" // FUZZ: disable check_for_streams_include @@ -18,7 +17,7 @@ ACE_RCSID (ace, Logging_Strategy, - "$Id: Logging_Strategy.cpp 90712 2010-06-18 20:01:29Z shuston $") + "$Id: Logging_Strategy.cpp 89512 2010-03-17 14:42:24Z vzykov $") ACE_BEGIN_VERSIONED_NAMESPACE_DECL @@ -604,11 +603,3 @@ ACE_STATIC_SVC_DEFINE (ACE_Logging_Strategy, 0) ACE_FACTORY_DEFINE (ACE, ACE_Logging_Strategy) - -// _get_dll_unload_policy() prevents ACE from being unloaded and having its -// framework components run down if/when the Logging Strategy is unloaded. -extern "C" ACE_Export int -_get_dll_unload_policy() -{ - return ACE_DLL_UNLOAD_POLICY_LAZY; -} |