|
Boost : |
From: etoffi_at_[hidden]
Date: 2000-12-25 04:14:44
Daryle Walker writes:
... snipped
> namespace boost
> {
> class tcpipbuf
> : public std::streambuf
> , noncopyable
> {
wouldnt this be a little better:
> namespace boost
> {
template <typename extra_data>
> class tcpipbuf
> : public std::streambuf
> , noncopyable
> {
... snipped
> private:
> // Put general connection helper methods here.
>
> // What it really points to is platform-specific.
> extra_data tcpip_data_;
> };
> }
>
-- etoffi
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk