Fully implement IPluginBase::initialize()

We can now pass host contexts around.
This commit is contained in:
Robbert van der Helm
2020-12-13 15:16:11 +01:00
parent 0c64aabeea
commit 7c5f7a2e0e
4 changed files with 46 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ imcomplete list of things that still have to be done before this can be used:
- Left to implement:
- `YaHostApplicationHostImpl::createComponent`.
- `IPluginFactory3::setHostContext()` using the same host application context proxy method.
- The rest of `IComponent`'s functions after implementing `intialize()`
- The rest of `IComponent`'s functions
- `IPluginFactory3::setHostContext()`
- All other mandatory interfaces
- All other optional interfaces