| 362 | } |
| 363 | |
| 364 | void stopRemoteServer() override |
| 365 | { |
| 366 | DISTRHO_SAFE_ASSERT_RETURN(fInitializer->remotePluginInstance == this,); |
| 367 | |
| 368 | fInitializer->remotePluginInstance = nullptr; |
| 369 | fInitializer->stopRemoteServer(); |
| 370 | } |
| 371 | |
| 372 | void stepRemoteServer() override |
| 373 | { |
no test coverage detected