Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64214 - sandbox/gil/boost/gil/extension/io2/detail
From: dsaritz_at_[hidden]
Date: 2010-07-21 06:18:40


Author: psiha
Date: 2010-07-21 06:18:39 EDT (Wed, 21 Jul 2010)
New Revision: 64214
URL: http://svn.boost.org/trac/boost/changeset/64214

Log:
Added a proper .hpp header.
Text files modified:
   sandbox/gil/boost/gil/extension/io2/detail/libx_shared.hpp | 25 +++++++++++++++++++++----
   1 files changed, 21 insertions(+), 4 deletions(-)

Modified: sandbox/gil/boost/gil/extension/io2/detail/libx_shared.hpp
==============================================================================
--- sandbox/gil/boost/gil/extension/io2/detail/libx_shared.hpp (original)
+++ sandbox/gil/boost/gil/extension/io2/detail/libx_shared.hpp 2010-07-21 06:18:39 EDT (Wed, 21 Jul 2010)
@@ -1,5 +1,23 @@
-#ifndef libx_shared_h__
-#define libx_shared_h__
+////////////////////////////////////////////////////////////////////////////////
+///
+/// \file libx_shared.hpp
+/// ---------------------
+///
+/// Common functionality for LibPNG, LibJPEG and LibTIFF backends.
+///
+/// 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
+///
+////////////////////////////////////////////////////////////////////////////////
+//------------------------------------------------------------------------------
+#pragma once
+#ifndef libx_shared_hpp__ABC7759A_4313_4BFF_B64F_D72BBF2355E8
+#define libx_shared_hpp__ABC7759A_4313_4BFF_B64F_D72BBF2355E8
 //------------------------------------------------------------------------------
 #include "../../../utilities.hpp"
 
@@ -48,5 +66,4 @@
 //------------------------------------------------------------------------------
 } // namespace boost
 //------------------------------------------------------------------------------
-
-#endif // libx_shared_h__
\ No newline at end of file
+#endif // libx_shared_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