$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maguire (john.maguire_at_[hidden])
Date: 2005-06-13 06:56:55
Hi all,
I have a program where I have several signals, and I want an action to be
taken when connect/disconnect occurs on them. I would prefer to avoid
wrapping the calls, since it would reduce composibility. I would imagine
that this isn't the first time that such a requirement has been made of
signals, so I was wondering if someone could point me towards the standard
solution for this?
Regards,
John