Implement plugin side of IPluginBase::initialize()

This commit is contained in:
Robbert van der Helm
2020-12-13 14:30:51 +01:00
parent e8929e5e43
commit e21ee31ee8
7 changed files with 62 additions and 9 deletions
+1
View File
@@ -59,6 +59,7 @@ struct WantsConfiguration {
*/
using ControlRequest = std::variant<YaComponent::Construct,
YaComponent::Destruct,
YaComponent::Initialize,
YaComponent::Terminate,
YaPluginFactory::Construct>;