$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] weird boost::asio problems opening acceptor
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-10-05 10:44:09
On 2010-10-05 11:55, andrew.marlow_at_[hidden] wrote:
>
> primaryAcceptor.reset(new boost::asio::ip::tcp::acceptor(ios,
> primaryEndpoint));
>
This constructs the acceptor opened on the given endpoint.
Regards,
Rutger