| 59 | } |
| 60 | |
| 61 | void ServiceHooks::RemovedService(const ServiceReferenceType& reference, TrackedType /*service*/) |
| 62 | { |
| 63 | GetModuleContext()->UngetService(reference); |
| 64 | } |
| 65 | |
| 66 | void ServiceHooks::Open() |
| 67 | { |
nothing calls this directly
no test coverage detected