| 114 | } |
| 115 | |
| 116 | void JointClientContext::m_handleNewInterface( |
| 117 | common::ClientInterfacePtr const &iface) { |
| 118 | m_ifaceMgr.addInterface(iface); |
| 119 | } |
| 120 | |
| 121 | void JointClientContext::m_handleReleasingInterface( |
| 122 | common::ClientInterfacePtr const &iface) { |
nothing calls this directly
no test coverage detected