Implement IComponent::setState()

This commit is contained in:
Robbert van der Helm
2020-12-14 12:09:47 +01:00
parent c463543ac9
commit 816d1c1501
10 changed files with 56 additions and 6 deletions
+1
View File
@@ -67,6 +67,7 @@ using ControlRequest = std::variant<YaComponent::Construct,
YaComponent::GetRoutingInfo,
YaComponent::ActivateBus,
YaComponent::SetActive,
YaComponent::SetState,
YaPluginFactory::Construct,
YaPluginFactory::SetHostContext>;