* Erased containers now that Boost.Container is accepted

* Changed "detail" namespace to "ipcdetail" due to compilation errors in MSVC compilers and wrong ambiguous resolutions.
* Added locking timeout macro to avoid deadlocks

[SVN r74084]
This commit is contained in:
Ion Gaztañaga
2011-08-27 08:31:23 +00:00
parent 87ef6b76a0
commit ec4230aacd
55 changed files with 612 additions and 256 deletions

View File

@@ -51,7 +51,7 @@ int main ()
//Define file names
//<-
#if 1
std::string mapped_file(boost::interprocess::detail::get_temporary_path());
std::string mapped_file(boost::interprocess::ipcdetail::get_temporary_path());
mapped_file += "/"; mapped_file += test::get_process_id_name();
const char *MappedFile = mapped_file.c_str();
#else