| 119 | } |
| 120 | |
| 121 | void JointClientContext::m_handleReleasingInterface( |
| 122 | common::ClientInterfacePtr const &iface) { |
| 123 | m_ifaceMgr.releaseInterface(iface); |
| 124 | } |
| 125 | |
| 126 | bool JointClientContext::m_getStatus() const { |
| 127 | /// Always connected, but don't always have a path tree. |
nothing calls this directly
no test coverage detected