mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-29 19:42:13 +00:00
First complete documentation version
[SVN r34817]
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
{
|
||||
using namespace boost::interprocess;
|
||||
|
||||
managed_shared_memory::remove("MySharedMemory");
|
||||
//Shared memory front-end that is able to construct objects
|
||||
shared_memory_object::remove("MySharedMemory");
|
||||
//A managed shared memory where we can construct objects
|
||||
//associated with a c-string
|
||||
managed_shared_memory segment(create_only,
|
||||
"MySharedMemory", //segment name
|
||||
|
||||
Reference in New Issue
Block a user