| 233 | typename T |
| 234 | > |
| 235 | unsigned long timer_heavy<T>:: |
| 236 | delay_time ( |
| 237 | ) const |
| 238 | { |
| 239 | auto_mutex M(m); |
| 240 | return delay; |
| 241 | } |
| 242 | |
| 243 | // ---------------------------------------------------------------------------------------- |
| 244 |
nothing calls this directly
no outgoing calls
no test coverage detected