$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jurko Gospodnetic (jurko_for_boost_at_[hidden])
Date: 2004-10-27 09:27:01
Hi Dirk.
> I have a short question regarding the boost::signals library. Is it
> possible to connect a member function to a signal or must the passed slot
> be either static or be a function object?
The documentation contains examples of how to do it using the
boost::bind() function. (But, sorry, can't type it out from memory
here and even hope for it to be correct. :-( ).
Hope this helps,
Jurko