Add a partial YaHostApplication implementation

This commit is contained in:
Robbert van der Helm
2020-12-13 14:46:17 +01:00
parent e21ee31ee8
commit 0c64aabeea
5 changed files with 92 additions and 3 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ This branch is still very far removed from being in a usable state. Below is an
imcomplete list of things that still have to be done before this can be used:
- Left to implement:
- `IHostApplication` implementations for both `IPluginBase::initialize()` as
well as for `IPluginFactory3::setHostContext()`.
- `YaHostApplicationHostImpl::createComponent`.
- `IPluginFactory3::setHostContext()` using the same host application context proxy method.
- The rest of `IComponent`'s functions after implementing `intialize()`
- `IPluginFactory3::setHostContext()`
- All other mandatory interfaces