|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r66055 - sandbox/chrono/boost/system/detail/inlined
From: vicente.botet_at_[hidden]
Date: 2010-10-17 17:17:41
Author: viboes
Date: 2010-10-17 17:17:38 EDT (Sun, 17 Oct 2010)
New Revision: 66055
URL: http://svn.boost.org/trac/boost/changeset/66055
Log:
Chrono: Adapt to Reorganize the files following http://msdn.microsoft.com/en-us/library/ee663300%28v=VS.85%29.aspx
Text files modified:
sandbox/chrono/boost/system/detail/inlined/error_code.hpp | 2 +-
sandbox/chrono/boost/system/detail/inlined/local_free_on_destruction.hpp | 8 +++++---
2 files changed, 6 insertions(+), 4 deletions(-)
Modified: sandbox/chrono/boost/system/detail/inlined/error_code.hpp
==============================================================================
--- sandbox/chrono/boost/system/detail/inlined/error_code.hpp (original)
+++ sandbox/chrono/boost/system/detail/inlined/error_code.hpp 2010-10-17 17:17:38 EDT (Sun, 17 Oct 2010)
@@ -29,7 +29,7 @@
#include <cstring> // for strerror/strerror_r
# if defined( BOOST_SYSTEM_WINDOWS_API )
-# include <boost/detail/win/system.hpp>
+# include <boost/detail/win/error_handling.hpp>
# include "local_free_on_destruction.hpp"
# ifndef ERROR_INCORRECT_SIZE
# define ERROR_INCORRECT_SIZE ERROR_BAD_ARGUMENTS
Modified: sandbox/chrono/boost/system/detail/inlined/local_free_on_destruction.hpp
==============================================================================
--- sandbox/chrono/boost/system/detail/inlined/local_free_on_destruction.hpp (original)
+++ sandbox/chrono/boost/system/detail/inlined/local_free_on_destruction.hpp 2010-10-17 17:17:38 EDT (Sun, 17 Oct 2010)
@@ -9,8 +9,10 @@
// This is derived from boost/asio/detail/local_free_on_block_exit.hpp to avoid
// a dependency on asio. Thanks to Chris Kohlhoff for pointing it out.
-#ifndef BOOST_SYSTEM_DETAIL_INLINEDLOCAL_FREE_ON_EXIT_HPP
-#define BOOST_SYSTEM_DETAIL_INLINEDLOCAL_FREE_ON_EXIT_HPP
+#ifndef BOOST_SYSTEM_DETAIL_INLINED_LOCAL_FREE_ON_DESTRUCTION_HPP
+#define BOOST_SYSTEM_DETAIL_INLINED_LOCAL_FREE_ON_DESTRUCTION_HPP
+
+#include <boost/detail/win/LocalFree.hpp>
namespace boost {
namespace system {
@@ -37,4 +39,4 @@
} // namespace system
} // namespace boost
-#endif // BOOST_SYSTEM_DETAIL_INLINEDLOCAL_FREE_ON_EXIT_HPP
+#endif // BOOST_SYSTEM_DETAIL_INLINED_LOCAL_FREE_ON_DESTRUCTION_HPP
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