Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net