Files
interprocess/include
Vladimir Prus 8f8c9ebeee Fix != vs. == mismatch.
The remove method is documented to return false on error and
true on success. The shm_unlink functions returns 0 on success.
Therefore, we should return "shm_unlink_result == 0".


[SVN r53382]
2009-05-29 08:39:44 +00:00
..