$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54153 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-21 18:03:15
Author: cschladetsch
Date: 2009-06-21 18:03:15 EDT (Sun, 21 Jun 2009)
New Revision: 54153
URL: http://svn.boost.org/trac/boost/changeset/54153
Log:
changed header guard for local_allocator.hpp
Text files modified: 
   sandbox/monotonic/boost/monotonic/local_allocator.hpp      |     6 +++---                                  
   sandbox/monotonic/boost/monotonic/thread_local_storage.hpp |     2 +-                                      
   2 files changed, 4 insertions(+), 4 deletions(-)
Modified: sandbox/monotonic/boost/monotonic/local_allocator.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/local_allocator.hpp	(original)
+++ sandbox/monotonic/boost/monotonic/local_allocator.hpp	2009-06-21 18:03:15 EDT (Sun, 21 Jun 2009)
@@ -3,8 +3,8 @@
 //  Distributed under the Boost Software License, Version 1.0. (See accompanying 
 //  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
-#ifndef BOOST_MONOTONIC_LOCAL_ALLOCATOR_H
-#define BOOST_MONOTONIC_LOCAL_ALLOCATOR_H
+#ifndef BOOST_MONOTONIC_LOCAL_ALLOCATOR_HPP
+#define BOOST_MONOTONIC_LOCAL_ALLOCATOR_HPP
 
 #include <boost/monotonic/allocator_base.hpp>
 #include <boost/monotonic/thread_local_storage.hpp>
@@ -70,6 +70,6 @@
 
 } // namespace boost
 
-#endif // BOOST_MONOTONIC_LOCAL_ALLOCATOR_H
+#endif // BOOST_MONOTONIC_LOCAL_ALLOCATOR_HPP
 
 //EOF
Modified: sandbox/monotonic/boost/monotonic/thread_local_storage.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/thread_local_storage.hpp	(original)
+++ sandbox/monotonic/boost/monotonic/thread_local_storage.hpp	2009-06-21 18:03:15 EDT (Sun, 21 Jun 2009)
@@ -69,7 +69,7 @@
 
 } // namespace boost
 
-#endif // BOOST_MONOTONIC_SHARED_STORAGE_H
+#endif // BOOST_MONOTONIC_THREAD_LOCAL_STORAGE_HPP
 
 //EOF