$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Dahman (abderrahmane.madani_at_[hidden])
Date: 2007-02-14 10:14:58
> look for 'Blocking Slots (Beginner)' in
> http://boost.org/doc/html/signals/tutorial.html#id2732772
>
> --
> HTH dave
>
> [Nat] But that seems to require retaining each connection, which the OP
> says he doesn't have. Is there an operation to block the /signal/ versus
> individual /slots/?
>
Exactly!
A function like signal.block() and signal.unblock() witch block and unblock all
the connections.
Thanks