| 35 | } |
| 36 | |
| 37 | void Timer :: AddTimer(const uint64_t llAbsTime, uint32_t & iTimerID) |
| 38 | { |
| 39 | return AddTimerWithType(llAbsTime, 0, iTimerID); |
| 40 | } |
| 41 | |
| 42 | void Timer :: AddTimerWithType(const uint64_t llAbsTime, const int iType, uint32_t & iTimerID) |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected