Ticket #3284: shmem_object_getsize_doc.patch

File shmem_object_getsize_doc.patch, 663 bytes (added by Bryan Donlan <bdonlan@…>, 13 years ago)
  • boost/interprocess/shared_memory_object.hpp

     
    112112   //!Returns the name of the file.
    113113   const char *get_name() const;
    114114
    115    //!Returns the name of the file
    116    //!used in the constructor
     115   //!Obtains the size of the shared memory mapping and places it in the
     116   //!variable referenced by the size argument.
     117   //!Returns true if successful, false if an error occurred.
    117118   bool get_size(offset_t &size) const;
    118119
    119120   //!Returns access mode