$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Noel Yap (Noel.Yap_at_[hidden])
Date: 2003-05-04 00:29:13
Rene Rivera wrote:
> But I know of at least one need for "out" parameters:
>
> An asynchronous call that needs to "return" results. But because it's
> asynch it can't return it as the result of the call.
Good point. OTOH, can't this be considered an in/out parameter since
the caller must own the object being set?
Noel