| 498 | } |
| 499 | |
| 500 | bool SigSession::start_capture(bool instant) |
| 501 | { |
| 502 | _is_action = true; |
| 503 | int ret = action_start_capture(instant); |
| 504 | _is_action = false; |
| 505 | return ret; |
| 506 | } |
| 507 | |
| 508 | bool SigSession::action_start_capture(bool instant) |
| 509 | { |
no outgoing calls
no test coverage detected