1 //////////////////////////////////////////////////////////////////////////////
3 // (C) Copyright Ion Gaztanaga 2007-2008. Distributed under the Boost
4 // Software License, Version 1.0. (See accompanying file
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/interprocess for documentation.
9 //////////////////////////////////////////////////////////////////////////////
11 #ifndef BOOST_INTERPROCESS_DETAIL_INTERPROCESS_TESTER_HPP
12 #define BOOST_INTERPROCESS_DETAIL_INTERPROCESS_TESTER_HPP
15 namespace interprocess
{
18 class interprocess_tester
22 static void dont_close_on_destruction(T
&t
)
23 { t
.dont_close_on_destruction(); }
27 } //namespace interprocess{
30 #endif //#ifndef BOOST_INTERPROCESS_DETAIL_INTERPROCESS_TESTER_HPP