Changes for Boost.1.39

[SVN r51964]
This commit is contained in:
Ion Gaztañaga
2009-03-24 21:52:06 +00:00
parent 814c51a803
commit 3d0fcd68e3
274 changed files with 23335 additions and 20691 deletions

View File

@@ -25,6 +25,10 @@
#include <string>
#include "get_process_id_name.hpp"
#include <boost/interprocess/sync/upgradable_lock.hpp>
#include <boost/interprocess/sync/interprocess_upgradable_mutex.hpp>
using namespace boost::interprocess;
class base_class
@@ -613,7 +617,6 @@ void test_alias()
shared_memory_object::remove(process_name.c_str());
}
int main()
{
if(0 != simple_test())
@@ -626,8 +629,7 @@ int main()
return 1;
test_alias();
return 0;
}
#include <boost/interprocess/detail/config_end.hpp>