| 326 | typename T |
| 327 | > |
| 328 | unsigned long timer<T>:: |
| 329 | delay_time ( |
| 330 | ) const |
| 331 | { |
| 332 | auto_mutex M(gc->m); |
| 333 | return delay; |
| 334 | } |
| 335 | |
| 336 | // ---------------------------------------------------------------------------------------- |
| 337 |
nothing calls this directly
no outgoing calls
no test coverage detected