From 4d5296299b7a72c37cda56bfa885c82167066c3c Mon Sep 17 00:00:00 2001 From: silinoron Date: Sun, 15 Aug 2010 13:21:05 -0700 Subject: Backed out changeset: 6b66f86b01e4 Should fix windows compile. Blame me and click (but mostly click) --HG-- branch : trunk --- externals/ace/Logging_Strategy.cpp | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'externals/ace/Logging_Strategy.cpp') 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; -} -- cgit v1.2.3