| 138 | } |
| 139 | |
| 140 | bool ClientPluginInterface::OnResume() { |
| 141 | this->stopped_ = false; |
| 142 | return true; |
| 143 | } |
| 144 | |
| 145 | bool ClientPluginInterface::OnStop() { |
| 146 | this->stopped_ = true; |
nothing calls this directly
no outgoing calls
no test coverage detected