Next Previous Contents

6.7 Destructors/release actions

We've so far ignored the issue of what should happen when the user of a Haskell COM component finally signals that it is through with using the component. Here's a sketch of how support for it can be added:

ToDo:The above setup will create a reference count per-interface, and not per-component instance. We probably want to go for the latter, so this should be fixed ASAP.


Next Previous Contents