----------------------------------------------------------------------------- Set the event to signalled -----------------------------------------------------------------------------
| 65 | // Set the event to signalled |
| 66 | //----------------------------------------------------------------------------- |
| 67 | void Event::Set |
| 68 | ( |
| 69 | ) |
| 70 | { |
| 71 | m_pImpl->Set(); |
| 72 | Notify(); // Notify any watchers that the event is now set |
| 73 | } |
| 74 | |
| 75 | //----------------------------------------------------------------------------- |
| 76 | // <Event::Reset> |
no outgoing calls
no test coverage detected