From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-12-12 19:46:35


> --- Felipe Magno de Almeida <felipe.m.almeida_at_[hidden]> wrote:

>> boost::bind(boost::mem_fn(&handler::success), this)
>> , boost::bind(boost::mem_fn(&handler::fail), this)

boost::bind( &handler::success, this ) is enough.