$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54000 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-17 00:51:14
Author: cschladetsch
Date: 2009-06-17 00:51:12 EDT (Wed, 17 Jun 2009)
New Revision: 54000
URL: http://svn.boost.org/trac/boost/changeset/54000
Log:
renamed .h to .hpp
Text files modified: 
   sandbox/monotonic/boost/monotonic/allocator.hpp              |     1 -                                       
   sandbox/monotonic/boost/monotonic/inline_clone_allocator.hpp |     2 +-                                      
   sandbox/monotonic/boost/monotonic/ptr_list.hpp               |     4 ++--                                    
   sandbox/monotonic/boost/monotonic/shared_storage.hpp         |     4 ++--                                    
   4 files changed, 5 insertions(+), 6 deletions(-)
Modified: sandbox/monotonic/boost/monotonic/allocator.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/allocator.hpp	(original)
+++ sandbox/monotonic/boost/monotonic/allocator.hpp	2009-06-17 00:51:12 EDT (Wed, 17 Jun 2009)
@@ -10,7 +10,6 @@
 #include <boost/type_traits/has_trivial_constructor.hpp>
 #include <boost/type_traits/has_trivial_destructor.hpp>
 
-#include <boost/monotonic/storage.hpp>
 #include <boost/monotonic/static_storage.hpp>
 
 namespace boost
Modified: sandbox/monotonic/boost/monotonic/inline_clone_allocator.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/inline_clone_allocator.hpp	(original)
+++ sandbox/monotonic/boost/monotonic/inline_clone_allocator.hpp	2009-06-17 00:51:12 EDT (Wed, 17 Jun 2009)
@@ -6,7 +6,7 @@
 #ifndef BOOST_MONOTONIC_INLINE_CLONE_ALLOCATOR_H
 #define BOOST_MONOTONIC_INLINE_CLONE_ALLOCATOR_H
 
-#include <boost/monotonic/allocator.h>
+#include <boost/monotonic/allocator.hpp>
 
 namespace boost
 {
Modified: sandbox/monotonic/boost/monotonic/ptr_list.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/ptr_list.hpp	(original)
+++ sandbox/monotonic/boost/monotonic/ptr_list.hpp	2009-06-17 00:51:12 EDT (Wed, 17 Jun 2009)
@@ -7,8 +7,8 @@
 #define BOOST_MONOTONIC_PTR_LIST_H
 
 #include <boost/ptr_container/ptr_list.hpp>
-#include <boost/monotonic/allocator.h>
-#include <boost/monotonic/inline_clone_allocator.h>
+#include <boost/monotonic/allocator.hpp>
+#include <boost/monotonic/inline_clone_allocator.hpp>
 
 namespace boost
 {
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-17 00:51:12 EDT (Wed, 17 Jun 2009)
@@ -6,8 +6,8 @@
 #ifndef BOOST_MONOTONIC_SHARED_STORAGE_H
 #define BOOST_MONOTONIC_SHARED_STORAGE_H
 
-#include <boost/monotonic/storage.h>
-#include <boost/monotonic/static_storage.h>
+#include <boost/monotonic/storage.hpp>
+#include <boost/monotonic/static_storage.hpp>
 #include <boost/thread/mutex.hpp>
 
 namespace boost