$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: frantz.maerten_at_[hidden]
Date: 2005-02-08 11:43:31
Hi all,
Maybe a stupid question:
I wonder there's a way to connect a slot to signal (which gives a connection),
temporarily disconnect this connection, and reconnect it later (like a block
function)
My problem is that I need to emit a signal to the connected slots given a
condition. If a connection satisfies the precondition, it will be notified,
otherwise it is temporarily disconnected.
Thanks for any help