$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Giovanni P. Deretta (gpderetta_at_[hidden])
Date: 2005-12-12 12:08:53
>
> I think Eugene's basic idea is to have separate factory classes that are
> not streams that do the accept and connect handling. Once a connection
> is established, the an operation on the factory returns (or initializes)
> a stream object.
>
Well, asio does have acceptors and connectors...