|
Boost-Commit : |
From: john.groups_at_[hidden]
Date: 2007-11-05 05:48:46
Author: jtorjo
Date: 2007-11-05 05:48:46 EST (Mon, 05 Nov 2007)
New Revision: 40778
URL: http://svn.boost.org/trac/boost/changeset/40778
Log:
[logging]
moved BOOST_TEST_TSS_PTHREAD in tss.hpp
Text files modified:
sandbox/logging/boost/logging/detail/tss/tss.hpp | 16 ++++++++++++++++
sandbox/logging/boost/logging/detail/tss/tss_impl.hpp | 3 ---
2 files changed, 16 insertions(+), 3 deletions(-)
Modified: sandbox/logging/boost/logging/detail/tss/tss.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/tss/tss.hpp (original)
+++ sandbox/logging/boost/logging/detail/tss/tss.hpp 2007-11-05 05:48:46 EST (Mon, 05 Nov 2007)
@@ -21,6 +21,13 @@
# pragma once
#endif
+#if defined(BOOST_WINDOWS) || defined(BOOST_TEST_TSS_PTHREAD)
+
+
+
+
+
+
#if !defined(BOOST_LOG_NO_TSS)
@@ -77,5 +84,14 @@
#endif // !BOOST_LOG_NO_TSS
+
+
+
+
+
+
+
+#endif
+
#endif
Modified: sandbox/logging/boost/logging/detail/tss/tss_impl.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/tss/tss_impl.hpp (original)
+++ sandbox/logging/boost/logging/detail/tss/tss_impl.hpp 2007-11-05 05:48:46 EST (Mon, 05 Nov 2007)
@@ -24,8 +24,6 @@
#include <boost/utility.hpp>
#include <boost/logging/detail/ts/ts.hpp>
-#if defined(BOOST_WINDOWS) || defined(BOOST_TEST_TSS_PTHREAD)
-
#define BOOST_LOG_TSS_SLOTS_SIZE 128
@@ -82,7 +80,6 @@
}}
-#endif
#endif
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk