signals.hpp 345 B

1234567891011
  1. // Boost.Signals library
  2. // Copyright Douglas Gregor 2003-2004. Use, modification and
  3. // distribution is subject to the Boost Software License, Version
  4. // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  5. // http://www.boost.org/LICENSE_1_0.txt)
  6. // For more information, see http://www.boost.org/libs/signals
  7. #include <boost/signal.hpp>