Merged from trunk for 1.36 release

[SVN r46630]
This commit is contained in:
Ion Gaztañaga
2008-06-23 18:20:30 +00:00
parent 0bd9b8bf39
commit 90fda8828f
153 changed files with 9590 additions and 2761 deletions

View File

@@ -36,9 +36,10 @@ int main ()
}
catch(interprocess_exception &ex){
std::cout << "Unexpected exception: " << ex.what() << std::endl;
shared_memory_object::remove("shared_memory");
return 1;
}
shared_memory_object::remove("shared_memory");
return 0;
}
//]