| 62 | } |
| 63 | } |
| 64 | void ClientInterfaceObjectManager::releaseInterface( |
| 65 | common::ClientInterfacePtr const &iface) { |
| 66 | auto pin = iface; |
| 67 | const auto isEmpty = m_interfaces.removeInterface(pin); |
| 68 | if (isEmpty) { |
| 69 | m_removeCallbacksOnPath(pin->getPath()); |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | void ClientInterfaceObjectManager::updateHandlers() { |
| 74 | m_interfaces.updateHandlers(); |
no test coverage detected