First complete documentation version

[SVN r34817]
This commit is contained in:
Ion Gaztañaga
2006-08-04 19:14:25 +00:00
parent 3b82266f80
commit 4ed08b24a6
71 changed files with 2094 additions and 170 deletions

View File

@@ -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