| 587 | } |
| 588 | |
| 589 | TimingEvent* TimingEvent::GetNextTimer() |
| 590 | { |
| 591 | return m_next; |
| 592 | } |
| 593 | |
| 594 | // when this function is called we know we're working on a copy of the name, so we can "destruct" it |
| 595 | TimingEvent* TimingEvent::GetTimerRec( LPWSTR timerId ) |
nothing calls this directly
no outgoing calls
no test coverage detected