Interprocess changes to support systems with filesystem-based shared memory

[SVN r41197]
This commit is contained in:
Ion Gaztañaga
2007-11-18 10:51:19 +00:00
parent dd3c5238df
commit af36e55eed
18 changed files with 336 additions and 166 deletions

View File

@@ -79,6 +79,7 @@ int main ()
catch(std::exception &ex){
shared_memory_object::remove(ShmName);
std::cout << ex.what() << std::endl;
return 1;
}
shared_memory_object::remove(ShmName);
return 0;