| 2144 | } |
| 2145 | |
| 2146 | void SigSession::repeat_capture_wait_timeout() |
| 2147 | { |
| 2148 | _repeat_timer.Stop(); |
| 2149 | _repeat_wait_prog_timer.Stop(); |
| 2150 | |
| 2151 | _repeat_hold_prg = 0; |
| 2152 | |
| 2153 | if (_is_working) |
| 2154 | { |
| 2155 | _callback->repeat_hold(_repeat_hold_prg); |
| 2156 | exec_capture(); |
| 2157 | } |
| 2158 | } |
| 2159 | |
| 2160 | void SigSession::repeat_wait_prog_timeout() |
| 2161 | { |
nothing calls this directly
no test coverage detected