MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / m_handleNewInterface

Method m_handleNewInterface

src/osvr/Client/PureClientContext.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 1

addInterfaceMethod · 0.45

Tested by

no test coverage detected