$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r66225 - sandbox/function/boost/function
From: dsaritz_at_[hidden]
Date: 2010-10-28 08:22:15
Author: psiha
Date: 2010-10-28 08:22:10 EDT (Thu, 28 Oct 2010)
New Revision: 66225
URL: http://svn.boost.org/trac/boost/changeset/66225
Log:
Added new file headers.
Text files modified: 
   sandbox/function/boost/function/function_base.hpp     |    28 +++++++++++++++++++---------            
   sandbox/function/boost/function/function_fwd.hpp      |    26 ++++++++++++++++++--------              
   sandbox/function/boost/function/function_template.hpp |    27 ++++++++++++++++++---------             
   3 files changed, 55 insertions(+), 26 deletions(-)
Modified: sandbox/function/boost/function/function_base.hpp
==============================================================================
--- sandbox/function/boost/function/function_base.hpp	(original)
+++ sandbox/function/boost/function/function_base.hpp	2010-10-28 08:22:10 EDT (Thu, 28 Oct 2010)
@@ -1,12 +1,21 @@
-// Boost.Function library
-
-//  Copyright Douglas Gregor 2001-2006
-//  Copyright Emil Dotchevski 2007
-//  Use, modification and distribution is subject to 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)
-
-// For more information, see http://www.boost.org
+////////////////////////////////////////////////////////////////////////////////
+///
+/// Boost.Function library
+/// 
+/// \file function_base.hpp
+/// -----------------------
+///
+///  Copyright (c) Douglas Gregor  2001-2006
+///  Copyright (c) Emil Dotchevski 2007
+///  Copyright (c) Domagoj Saric   2010
+///
+///  Use, modification and distribution is subject to 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)
+///
+/// For more information, see http://www.boost.org
+///
+////////////////////////////////////////////////////////////////////////////////
 
 #ifndef BOOST_FUNCTION_BASE_HEADER
 #define BOOST_FUNCTION_BASE_HEADER
@@ -461,6 +470,7 @@
             alignment_of<Functor>::value <= alignment_of<double>::value);
       };
 
+
       #ifdef _DEBUG
         template <typename T>
         void debug_clear( T & target )
Modified: sandbox/function/boost/function/function_fwd.hpp
==============================================================================
--- sandbox/function/boost/function/function_fwd.hpp	(original)
+++ sandbox/function/boost/function/function_fwd.hpp	2010-10-28 08:22:10 EDT (Thu, 28 Oct 2010)
@@ -1,11 +1,21 @@
-// Boost.Function library
-//  Copyright (C) Douglas Gregor 2008
-//
-//  Use, modification and distribution is subject to 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)
-//
-// For more information, see http://www.boost.org
+////////////////////////////////////////////////////////////////////////////////
+///
+/// Boost.Function library
+/// 
+/// \file function_fwd.hpp
+/// ----------------------
+///
+///  Copyright (C) Douglas Gregor 2008
+///  Copyright (c) Domagoj Saric  2010
+///
+///  Use, modification and distribution is subject to 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)
+///
+/// For more information, see http://www.boost.org
+///
+////////////////////////////////////////////////////////////////////////////////
+
 #ifndef BOOST_FUNCTION_FWD_HPP
 #define BOOST_FUNCTION_FWD_HPP
 #include <boost/config.hpp>
Modified: sandbox/function/boost/function/function_template.hpp
==============================================================================
--- sandbox/function/boost/function/function_template.hpp	(original)
+++ sandbox/function/boost/function/function_template.hpp	2010-10-28 08:22:10 EDT (Thu, 28 Oct 2010)
@@ -1,12 +1,21 @@
-// Boost.Function library
-
-//  Copyright Douglas Gregor 2001-2006
-//  Copyright Emil Dotchevski 2007
-//  Use, modification and distribution is subject to 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)
-
-// For more information, see http://www.boost.org
+////////////////////////////////////////////////////////////////////////////////
+///
+/// Boost.Function library
+/// 
+/// \file function_template.hpp
+/// ---------------------------
+///
+///  Copyright (c) Douglas Gregor  2001-2006
+///  Copyright (c) Emil Dotchevski 2007
+///  Copyright (c) Domagoj Saric   2010
+///
+///  Use, modification and distribution is subject to 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)
+///
+/// For more information, see http://www.boost.org
+///
+////////////////////////////////////////////////////////////////////////////////
 
 // Note: this header is a header template and must NOT have multiple-inclusion
 // protection.