$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] passing socket descriptor to a function
From: Igor R (boost.lists_at_[hidden])
Date: 2010-01-27 07:48:19
> void escribir( tcp::socket socket)
should be:
void escribir( tcp::socket &socket)