$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Elisha Berns (e.berns_at_[hidden])
Date: 2005-08-26 18:27:28
Jonathan,
Some second thoughts about the naming issue of mapped file objects that
can create a problem:
I think it would perhaps be simplest to make the name parameter NULL by
default (in CreateFileMapping) and only provide a name if explicitly
requested in a mapped_file_params (???) object. The constructors and
open() method that don't take a param object initialize it to NULL, and
only the constructor and open() method that take a param object can set
the object name.
Do that seem reasonable here?
Elisha