Index: boost/interprocess/shared_memory_object.hpp =================================================================== --- boost/interprocess/shared_memory_object.hpp (revision 55131) +++ boost/interprocess/shared_memory_object.hpp (working copy) @@ -112,8 +112,9 @@ //!Returns the name of the file. const char *get_name() const; - //!Returns the name of the file - //!used in the constructor + //!Obtains the size of the shared memory mapping and places it in the + //!variable referenced by the size argument. + //!Returns true if successful, false if an error occurred. bool get_size(offset_t &size) const; //!Returns access mode