| 223 | } |
| 224 | |
| 225 | void |
| 226 | CoreBundleContext::Uninit0() |
| 227 | { |
| 228 | DIAG_LOG(*sink) << "uninit"; |
| 229 | logger->Close(); |
| 230 | serviceHooks.Close(); |
| 231 | systemBundle->UninitSystemBundle(); |
| 232 | } |
| 233 | |
| 234 | void |
| 235 | CoreBundleContext::Uninit1() |
no test coverage detected