| 816 | |
| 817 | #ifdef HAVE_LIBLO |
| 818 | void step() override { |
| 819 | MenuButton::step(); |
| 820 | |
| 821 | if (remoteServerStarted) { |
| 822 | CardinalPluginContext* const context = static_cast<CardinalPluginContext*>(APP); |
| 823 | CardinalBasePlugin* const plugin = static_cast<CardinalBasePlugin*>(context->plugin); |
| 824 | plugin->stepRemoteServer(); |
| 825 | } |
| 826 | } |
| 827 | #endif |
| 828 | }; |
| 829 |
nothing calls this directly
no test coverage detected