fix doc example typo
[boost.git] / boost / signals2.hpp
blob09fe6409d0456f9d6a49788c4fc392f580991605
1 // A convenience header for Boost.Signals2, should pull in everying in the library.
3 // Copyright (c) 2008-2009 Frank Mori Hess
5 // Use, modification and
6 // distribution is subject to the Boost Software License, Version
7 // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
8 // http://www.boost.org/LICENSE_1_0.txt)
10 // For documentation, see http://www.boost.org/libs/signals2/
12 #include <boost/signals2/deconstruct.hpp>
13 #include <boost/signals2/deconstruct_ptr.hpp>
14 #include <boost/signals2/dummy_mutex.hpp>
15 #include <boost/signals2/last_value.hpp>
16 #include <boost/signals2/signal.hpp>
17 #include <boost/signals2/signal_type.hpp>
18 #include <boost/signals2/shared_connection_block.hpp>