| 44 | |
| 45 | |
| 46 | void TimerList::Start( |
| 47 | const ABTimerType groupno, |
| 48 | const unsigned timerno) |
| 49 | { |
| 50 | if (groupno >= TIMER_NO_SIZE) |
| 51 | return; |
| 52 | timerGroups[groupno].Start(timerno); |
| 53 | } |
| 54 | |
| 55 | |
| 56 | void TimerList::End( |
nothing calls this directly
no outgoing calls
no test coverage detected