mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 19:13:30 +01:00
trunk/branch integration: documentation
This commit is contained in:
parent
f2b409b16c
commit
5f83e82485
@ -82,8 +82,8 @@ public:
|
|||||||
/// is actually honored is, however, up to the system. Windows platform
|
/// is actually honored is, however, up to the system. Windows platform
|
||||||
/// will generally ignore the hint.
|
/// will generally ignore the hint.
|
||||||
///
|
///
|
||||||
/// If server is set to false, the shared memory region will be unlinked
|
/// 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.
|
/// by calling shm_unlink() (on POSIX platforms) when the SharedMemory object is destroyed.
|
||||||
/// The server parameter is ignored on Windows platforms.
|
/// The server parameter is ignored on Windows platforms.
|
||||||
|
|
||||||
SharedMemory(const File& file, AccessMode mode, const void* addrHint = 0);
|
SharedMemory(const File& file, AccessMode mode, const void* addrHint = 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user