1 // Copyright (C) 2007 Douglas Gregor 2 3 // Use, modification and distribution is subject to the Boost Software 4 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 5 // http://www.boost.org/LICENSE_1_0.txt) 6 7 // This file contains a simplification of the "trigger" method for 8 // process groups. The simple trigger handles the common case where 9 // the handler associated with a trigger is a member function bound to 10 // a particular pointer. 11 12 // File moved 13 #include <boost/property_map/parallel/simple_trigger.hpp> 14