Subversion Repositories HomeAutomation

Rev

Rev 1660 | Rev 1679 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1660 Rev 1675
Line 216... Line 216...
216
    if (status != SIGPIPE)
216
    if (status != SIGPIPE)
217
    {
217
    {
218
        on_message_condition.notify_all();
218
        on_message_condition.notify_all();
219
    }
219
    }
220
}
220
}
-
 
221