
14 Feb
2007
14 Feb
'07
2:42 p.m.
Dahman wrote:
Hi, I have a signal with many slots connected to it and I have a class object witch want to have the possibility to block this signal at the start and unblock it later, but know nothing about what and how many slots are connected to it (then can't use connection.disconnect()).
Is there any solution for this problem?
Thanks for any help.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Hi, look for 'Blocking Slots (Beginner)' in http://boost.org/doc/html/signals/tutorial.html#id2732772 -- HTH dave