Add the base for YaHostApplication

This commit is contained in:
Robbert van der Helm
2020-12-13 13:45:30 +01:00
parent ca91cf041d
commit 919987298c
5 changed files with 187 additions and 5 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` for both `IPluginBase::initialize()` as well as for
`IPluginFactory3::setHostContext()`.
- `IHostApplication` implementations for both `IPluginBase::initialize()` as
well as for `IPluginFactory3::setHostContext()`.
- The rest of `IComponent`'s functions after implementing `intialize()`
- `IPluginFactory3::setHostContext()`
- All other mandatory interfaces