Implement IConnectionPoint::disconnect

This commit is contained in:
Robbert van der Helm
2020-12-19 12:39:08 +01:00
parent 8251249959
commit 71493299ec
8 changed files with 63 additions and 5 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ incomplete list of things that still have to be done before this can be used:
- Interfaces left to implement:
- `IHostApplication::createComponent()`
- The other parts of `IConnectionPoint`, including support for host provided proxies
- `IConnectionPoint::notify()`, and support for indirectly connecting
components through message passing proxies
- Finish implementing `IEditController{,2}`
- All other mandatory interfaces
- All other optional interfaces