| 72 | |
| 73 | |
| 74 | bool TimerGroup::Used() const |
| 75 | { |
| 76 | for (unsigned i = 0; i < timers.size(); i++) |
| 77 | { |
| 78 | if (timers[i].Used()) |
| 79 | return true; |
| 80 | } |
| 81 | return false; |
| 82 | } |
| 83 | |
| 84 | |
| 85 | void TimerGroup::Differentiate() |
no outgoing calls
no test coverage detected