| 9163 | } |
| 9164 | |
| 9165 | bool TimeoutTimer::getExpireClock(SINT64& clock) const |
| 9166 | { |
| 9167 | if (!m_start) |
| 9168 | return false; |
| 9169 | |
| 9170 | clock = m_start + m_value; |
| 9171 | return true; |
| 9172 | } |
| 9173 | |
| 9174 | void TimeoutTimer::start() |
| 9175 | { |
no outgoing calls
no test coverage detected