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

Method m_handleReleasingInterface

src/osvr/JointClientKit/JointClientContext.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

releaseInterfaceMethod · 0.45

Tested by

no test coverage detected