----------------------------------------------------------------------------- Set the event to not signalled -----------------------------------------------------------------------------
| 72 | // Set the event to not signalled |
| 73 | //----------------------------------------------------------------------------- |
| 74 | void EventImpl::Reset |
| 75 | ( |
| 76 | ) |
| 77 | { |
| 78 | ::ResetEvent( m_hEvent ); |
| 79 | } |
| 80 | |
| 81 | //----------------------------------------------------------------------------- |
| 82 | // <EventImpl::IsSignalled> |