1 ////////////////////////////////////////////////////////////////////////////// 2 // 3 // (C) Copyright Ion Gaztanaga 2007-2012. 4 // 5 // Distributed under the Boost Software License, Version 1.0. 6 // (See accompanying file LICENSE_1_0.txt or copy at 7 // http://www.boost.org/LICENSE_1_0.txt) 8 // 9 // See http://www.boost.org/libs/interprocess for documentation. 10 // 11 ////////////////////////////////////////////////////////////////////////////// 12 #ifndef BOOST_INTERPROCESS_DETAIL_SP_COUNTED_BASE_HPP_INCLUDED 13 #define BOOST_INTERPROCESS_DETAIL_SP_COUNTED_BASE_HPP_INCLUDED 14 15 #ifndef BOOST_CONFIG_HPP 16 # include <boost/config.hpp> 17 #endif 18 # 19 #if defined(BOOST_HAS_PRAGMA_ONCE) 20 # pragma once 21 #endif 22 23 # include <boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp> 24 25 #endif // #ifndef BOOST_INTERPROCESS_DETAIL_SP_COUNTED_BASE_HPP_INCLUDED 26 27