Boost logo

Boost Users :

From: Vjekoslav Brajkovic (balkan_at_[hidden])
Date: 2008-07-03 21:53:05


On Thu, 3 Jul 2008, Steven Watanabe wrote:
>
> I just realized what's going on.
>
> Take a look in the handle_client function, there's a second
> call to bind with handle_client. That's where the problem is. You should
> pass a command_t in both places.
>
> connection_.socket().async_connect(endpoint, boost::bind(
> &com_client::handle_connect, this,
> boost::asio::placeholders::error, ++endpoint_iterator));
>

Wow. I cannot believe it. I am sorry if I have wasted your time. Once
again, I really appreciate your help.

Best,
-V


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net