Implement IComponent::setActive()

This commit is contained in:
Robbert van der Helm
2020-12-13 22:17:06 +01:00
parent 43296675f6
commit 7341fab0ea
6 changed files with 40 additions and 4 deletions
+1
View File
@@ -66,6 +66,7 @@ using ControlRequest = std::variant<YaComponent::Construct,
YaComponent::GetBusInfo,
YaComponent::GetRoutingInfo,
YaComponent::ActivateBus,
YaComponent::SetActive,
YaPluginFactory::Construct,
YaPluginFactory::SetHostContext>;