----------------------------------------------------------------------------- Test whether the event is set -----------------------------------------------------------------------------
| 147 | // Test whether the event is set |
| 148 | //----------------------------------------------------------------------------- |
| 149 | bool EventImpl::IsSignalled |
| 150 | ( |
| 151 | ) |
| 152 | { |
| 153 | return m_isSignaled; |
| 154 | } |
| 155 | |
| 156 | //----------------------------------------------------------------------------- |
| 157 | // <EventImpl::Wait> |
no outgoing calls
no test coverage detected