New Intrusive version

[SVN r38273]
This commit is contained in:
Ion Gaztañaga
2007-07-22 14:19:19 +00:00
parent 1e108ff97e
commit 1ca8dabff8
22 changed files with 1061 additions and 735 deletions

View File

@@ -45,7 +45,7 @@ int main()
//nodes and the container itself must be created in shared memory
const int MaxElem = 100;
const int ShmSize = 50000;
const char *ShmName = "MySharedMemory";
const char *ShmName = "SharedMemoryName";
using namespace boost::interprocess;