Commit Graph

7 Commits

Author SHA1 Message Date
Frank Mori Hess
b4f86e6d1e Added move support to connection/scoped_connection. 2013-12-23 19:58:58 -05:00
Frank Mori Hess
5e1d38c0a1 Fixed bug in test due to accidental variable shadowing.
[SVN r67095]
2010-12-08 02:34:22 +00:00
Frank Mori Hess
4acf719aa9 Added variadic signal/slot implementations used when
BOOST_NO_VARIADIC_TEMPLATES is not defined.  The
signal0, signal1, etc classes are not available when using
the variadic implementations, I plan to mark them as
deprecated.  Also the arg1_type, arg2_type member typedefs
are not available and are replaced with a "arg" member
template class.  Documentation updates to follow.



[SVN r53355]
2009-05-28 18:49:27 +00:00
Frank Mori Hess
ec235baa99 Changed signal type to portable syntax so test will run on older compilers.
[SVN r49073]
2008-09-30 19:12:22 +00:00
Frank Mori Hess
bfd79d94a1 Simplified behavior of scoped_connection::release. Removed swaps
for scoped_connection since the base class swaps work fine for
scoped_connection too now.


[SVN r49068]
2008-09-30 15:35:42 +00:00
Frank Mori Hess
69e80f4fce Fixed compile error.
[SVN r49004]
2008-09-29 15:12:52 +00:00
Frank Mori Hess
87c9cf74fd Tweaked interface of connection_body_base a bit. Added free swap functions
for connection classes.  Added scoped_connection::release.  Made
scoped_connection noncopyable.


[SVN r49003]
2008-09-29 15:05:04 +00:00