23 Jul
2009
23 Jul
'09
7:31 a.m.
[snip]
Yes I tried that as well but was not able to get it working. [snip]
I managed to get something similar working, by making the protected type explicit. Please see the code snippet below.
Kind regards,
Rutger
Hi all, Another solution : passing the handler using a boost::tuple. http://www.boost.org/doc/libs/1_39_0/doc/html/boost_asio/example/serializati... The functions connection::async_read and connection::handle_read_header describe how to do. Does one of this two solutions offer better performances ? (Am I off topic ?) Regards, Adrien Panay