| 555 | } |
| 556 | |
| 557 | void fini() |
| 558 | { |
| 559 | if (is_active()) |
| 560 | { |
| 561 | algorithm->stop_switch(false); |
| 562 | } |
| 563 | |
| 564 | bindings->tear_down(); |
| 565 | } |
| 566 | }; |
| 567 | |
| 568 | class wf_vswitch_global_plugin_t : public wf::per_output_plugin_t<vswitch> |
nothing calls this directly
no test coverage detected