Partially implement IConnectionPoint::connect()

This now works for direct connections, which is probably how most hosts
will use this.
This commit is contained in:
Robbert van der Helm
2020-12-18 14:09:20 +01:00
parent 41a9ca5a36
commit cfa4849467
8 changed files with 50 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ incomplete list of things that still have to be done before this can be used:
- Interfaces left to implement:
- `YaHostApplicationHostImpl::createComponent()`
- `IConnectionPoint` to supplement `IComponent`
- The other parts of `IConnectionPoint`, including support for host provided proxies
- Finish implementing `IEditController{,2}`
- All other mandatory interfaces
- All other optional interfaces