| 2347 | } |
| 2348 | |
| 2349 | bool SigSession::is_first_store_confirm() |
| 2350 | { |
| 2351 | if (_work_time_id != _confirm_store_time_id){ |
| 2352 | _confirm_store_time_id = _work_time_id; |
| 2353 | return true; |
| 2354 | } |
| 2355 | return false; |
| 2356 | } |
| 2357 | |
| 2358 | void SigSession::realtime_refresh_timeout() |
| 2359 | { |
no outgoing calls
no test coverage detected