Implement IComponent::setIoMode()

This commit is contained in:
Robbert van der Helm
2020-12-13 16:12:30 +01:00
parent 3f3759e5fc
commit 116b618ac5
6 changed files with 38 additions and 3 deletions
+1
View File
@@ -61,6 +61,7 @@ using ControlRequest = std::variant<YaComponent::Construct,
YaComponent::Destruct,
YaComponent::Initialize,
YaComponent::Terminate,
YaComponent::SetIoMode,
YaPluginFactory::Construct,
YaPluginFactory::SetHostContext>;