Interprocess changes to support systems with filesystem-based shared memory

[SVN r41198]
This commit is contained in:
Ion Gaztañaga
2007-11-18 10:54:48 +00:00
parent af36e55eed
commit 32f72c8a70
132 changed files with 13041 additions and 12543 deletions

View File

@@ -7,6 +7,7 @@
// See http://www.boost.org/libs/interprocess for documentation.
//
//////////////////////////////////////////////////////////////////////////////
#include <boost/interprocess/detail/config_begin.hpp>
//[doc_managed_allocation_command
#include <boost/interprocess/managed_shared_memory.hpp>
#include <cassert>
@@ -85,3 +86,4 @@ int main()
return 0;
}
//]
#include <boost/interprocess/detail/config_end.hpp>