Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54161 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-21 20:01:08


Author: cschladetsch
Date: 2009-06-21 20:01:07 EDT (Sun, 21 Jun 2009)
New Revision: 54161
URL: http://svn.boost.org/trac/boost/changeset/54161

Log:
renamed header guards

Text files modified:
   sandbox/monotonic/boost/monotonic/allocator.hpp | 6 +++---
   sandbox/monotonic/boost/monotonic/config.hpp | 6 +++---
   sandbox/monotonic/boost/monotonic/fixed_storage.hpp | 6 +++---
   sandbox/monotonic/boost/monotonic/forward_declarations.hpp | 6 +++---
   sandbox/monotonic/boost/monotonic/shared_allocator.hpp | 6 +++---
   sandbox/monotonic/boost/monotonic/shared_storage.hpp | 6 +++---
   sandbox/monotonic/boost/monotonic/static_storage.hpp | 6 +++---
   sandbox/monotonic/boost/monotonic/storage.hpp | 6 +++---
   sandbox/monotonic/boost/monotonic/storage_base.hpp | 6 +++---
   9 files changed, 27 insertions(+), 27 deletions(-)

Modified: sandbox/monotonic/boost/monotonic/allocator.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/allocator.hpp (original)
+++ sandbox/monotonic/boost/monotonic/allocator.hpp 2009-06-21 20:01:07 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_ALLOCATOR_H
-#define BOOST_MONOTONIC_ALLOCATOR_H
+#ifndef BOOST_MONOTONIC_ALLOCATOR_HPP
+#define BOOST_MONOTONIC_ALLOCATOR_HPP
 
 #include <boost/monotonic/allocator_base.hpp>
 
@@ -80,6 +80,6 @@
 
 } // namespace boost
 
-#endif // BOOST_MONOTONIC_ALLOCATOR_H
+#endif // BOOST_MONOTONIC_ALLOCATOR_HPP
 
 //EOF

Modified: sandbox/monotonic/boost/monotonic/config.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/config.hpp (original)
+++ sandbox/monotonic/boost/monotonic/config.hpp 2009-06-21 20:01:07 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_CONFIG_H
-#define BOOST_MONOTONIC_CONFIG_H
+#ifndef BOOST_MONOTONIC_CONFIG_HPP
+#define BOOST_MONOTONIC_CONFIG_HPP
 
 //#define BOOST_MONOTONIC_USE_POOLS
 
@@ -28,6 +28,6 @@
 
 } // namespace boost
 
-#endif // BOOST_MONOTONIC_CONFIG_H
+#endif // BOOST_MONOTONIC_CONFIG_HPP
 
 //EOF

Modified: sandbox/monotonic/boost/monotonic/fixed_storage.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/fixed_storage.hpp (original)
+++ sandbox/monotonic/boost/monotonic/fixed_storage.hpp 2009-06-21 20:01:07 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_FIXED_STORAGE_H
-#define BOOST_MONOTONIC_FIXED_STORAGE_H
+#ifndef BOOST_MONOTONIC_FIXED_STORAGE_HPP
+#define BOOST_MONOTONIC_FIXED_STORAGE_HPP
 
 #include <boost/array.hpp>
 #include <boost/aligned_storage.hpp>
@@ -150,6 +150,6 @@
 
 } // namespace boost
 
-#endif // BOOST_MONOTONIC_FIXED_STORAGE_H
+#endif // BOOST_MONOTONIC_FIXED_STORAGE_HPP
 
 //EOF

Modified: sandbox/monotonic/boost/monotonic/forward_declarations.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/forward_declarations.hpp (original)
+++ sandbox/monotonic/boost/monotonic/forward_declarations.hpp 2009-06-21 20:01:07 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_FORWARD_DECLARATIONS_H
-#define BOOST_MONOTONIC_FORWARD_DECLARATIONS_H
+#ifndef BOOST_MONOTONIC_FORWARD_DECLARATIONS_HPP
+#define BOOST_MONOTONIC_FORWARD_DECLARATIONS_HPP
 
 #include <utility>
 #include <limits>
@@ -80,6 +80,6 @@
 
 } // namespace boost
 
-#endif // BOOST_MONOTONIC_FORWARD_DECLARATIONS_H
+#endif // BOOST_MONOTONIC_FORWARD_DECLARATIONS_HPP
 
 //EOF

Modified: sandbox/monotonic/boost/monotonic/shared_allocator.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/shared_allocator.hpp (original)
+++ sandbox/monotonic/boost/monotonic/shared_allocator.hpp 2009-06-21 20:01:07 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_SHARED_ALLOCATOR_H
-#define BOOST_MONOTONIC_SHARED_ALLOCATOR_H
+#ifndef BOOST_MONOTONIC_SHARED_ALLOCATOR_HPP
+#define BOOST_MONOTONIC_SHARED_ALLOCATOR_HPP
 
 #include <boost/monotonic/allocator_base.hpp>
 
@@ -75,6 +75,6 @@
 
 } // namespace boost
 
-#endif // BOOST_MONOTONIC_ALLOCATOR_H
+#endif // BOOST_MONOTONIC_SHARED_ALLOCATOR_HPP
 
 //EOF

Modified: sandbox/monotonic/boost/monotonic/shared_storage.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/shared_storage.hpp (original)
+++ sandbox/monotonic/boost/monotonic/shared_storage.hpp 2009-06-21 20:01:07 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_SHARED_STORAGE_H
-#define BOOST_MONOTONIC_SHARED_STORAGE_H
+#ifndef BOOST_MONOTONIC_SHARED_STORAGE_HPP
+#define BOOST_MONOTONIC_SHARED_STORAGE_HPP
 
 #include <boost/monotonic/storage.hpp>
 #include <boost/monotonic/static_storage.hpp>
@@ -81,7 +81,7 @@
 
 } // namespace boost
 
-#endif // BOOST_MONOTONIC_SHARED_STORAGE_H
+#endif // BOOST_MONOTONIC_SHARED_STORAGE_HPP
 
 //EOF
 

Modified: sandbox/monotonic/boost/monotonic/static_storage.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/static_storage.hpp (original)
+++ sandbox/monotonic/boost/monotonic/static_storage.hpp 2009-06-21 20:01:07 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_STATIC_STORAGE_BASE_H
-#define BOOST_MONOTONIC_STATIC_STORAGE_BASE_H
+#ifndef BOOST_MONOTONIC_STATIC_STORAGE_BASE_HPP
+#define BOOST_MONOTONIC_STATIC_STORAGE_BASE_HPP
 
 #include <boost/monotonic/storage.hpp>
 
@@ -83,6 +83,6 @@
 
 } // namespace boost
 
-#endif // BOOST_MONOTONIC_STATIC_STORAGE_BASE_H
+#endif // BOOST_MONOTONIC_STATIC_STORAGE_BASE_HPP
 
 //EOF

Modified: sandbox/monotonic/boost/monotonic/storage.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/storage.hpp (original)
+++ sandbox/monotonic/boost/monotonic/storage.hpp 2009-06-21 20:01:07 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_STORAGE_H
-#define BOOST_MONOTONIC_STORAGE_H
+#ifndef BOOST_MONOTONIC_STORAGE_HPP
+#define BOOST_MONOTONIC_STORAGE_HPP
 
 #include <algorithm>
 #include <boost/monotonic/fixed_storage.hpp>
@@ -171,6 +171,6 @@
 
 } // namespace boost
 
-#endif // BOOST_MONOTONIC_STORAGE_H
+#endif // BOOST_MONOTONIC_STORAGE_HPP
 
 //EOF

Modified: sandbox/monotonic/boost/monotonic/storage_base.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/storage_base.hpp (original)
+++ sandbox/monotonic/boost/monotonic/storage_base.hpp 2009-06-21 20:01:07 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_STORAGE_BASE_H
-#define BOOST_MONOTONIC_STORAGE_BASE_H
+#ifndef BOOST_MONOTONIC_STORAGE_BASE_HPP
+#define BOOST_MONOTONIC_STORAGE_BASE_HPP
 
 #include <boost/monotonic/config.hpp>
 
@@ -43,6 +43,6 @@
 
 } // namespace boost
 
-#endif // BOOST_MONOTONIC_STORAGE_BASE_H
+#endif // BOOST_MONOTONIC_STORAGE_BASE_HPP
 
 //EOF


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