| 183 | } |
| 184 | |
| 185 | void PureClientContext::m_handleNewInterface( |
| 186 | common::ClientInterfacePtr const &iface) { |
| 187 | m_ifaceMgr.addInterface(iface); |
| 188 | } |
| 189 | |
| 190 | void PureClientContext::m_handleReleasingInterface( |
| 191 | common::ClientInterfacePtr const &iface) { |
nothing calls this directly
no test coverage detected