$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Igor R (boost.lists_at_[hidden])
Date: 2008-07-22 13:14:04
>
> Yes, you just need to pass a shared_ptr (or weak_ptr) to the slot's track()
> function which owns the object (either directly or indirectly).
>
Ok, thanks!
Could you also tell me please if the example I copied from the
document (in the previous message) is really correct?
Thanks.