$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Raimar Wagner (raimar.wagner_at_[hidden])
Date: 2008-01-16 13:34:09
Hi!
> Try making
> Button::unregisterCallback a template
>
> template<class T>
> void unregisterCallback(const T& slot)
> {
> mySignal.disconnect(slot);
> }
>
this works perfect!
Thank you!
Best regards
Raimar