| 728 | } |
| 729 | |
| 730 | bool SigSession::stop_capture() |
| 731 | { |
| 732 | _is_action = true; |
| 733 | int ret = action_stop_capture(); |
| 734 | _is_action = false; |
| 735 | return ret; |
| 736 | } |
| 737 | |
| 738 | bool SigSession::action_stop_capture() |
| 739 | { |
no outgoing calls
no test coverage detected