trunk/branch integration: documentation

This commit is contained in:
Marian Krivos 2011-08-22 17:51:24 +00:00
parent f2b409b16c
commit 5f83e82485

View File

@ -82,8 +82,8 @@ public:
/// is actually honored is, however, up to the system. Windows platform
/// will generally ignore the hint.
///
/// If server is set to false, the shared memory region will be unlinked
/// by calling shm_unlink (on POSIX platforms) when the SharedMemory object is destroyed.
/// If server is set to true, the shared memory region will be unlinked
/// by calling shm_unlink() (on POSIX platforms) when the SharedMemory object is destroyed.
/// The server parameter is ignored on Windows platforms.
SharedMemory(const File& file, AccessMode mode, const void* addrHint = 0);