Ticket #6727: diff

File diff, 648 bytes (added by Jeff Odom <jeff.odom@…>, 11 years ago)

Patch against svn rev 77488

  • boost/interprocess/sync/shm/named_condition.hpp

     
    3939
    4040namespace boost {
    4141namespace interprocess {
    42 namespace ipcdetail {
    4342
    4443/// @cond
    4544namespace ipcdetail{ class interprocess_tester; }
    4645/// @endcond
    4746
     47namespace ipcdetail {
     48
    4849//! A global condition variable that can be created by name.
    4950//! This condition variable is designed to work with named_mutex and
    5051//! can't be placed in shared memory or memory mapped files.