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

Method m_handleNewInterface

src/osvr/JointClientKit/JointClientContext.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

addInterfaceMethod · 0.45

Tested by

no test coverage detected