Chris@16: // Copyright (C) 2007 Douglas Gregor Chris@16: Chris@16: // Use, modification and distribution is subject to the Boost Software Chris@16: // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: // This file contains a simplification of the "trigger" method for Chris@16: // process groups. The simple trigger handles the common case where Chris@16: // the handler associated with a trigger is a member function bound to Chris@16: // a particular pointer. Chris@16: Chris@101: // File moved Chris@101: #include