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

Method m_getSendGuard

src/osvr/Connection/VirtualDeviceToken.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 util::GuardPtr VirtualDeviceToken::m_getSendGuard() {
57 return util::GuardPtr(new util::DummyGuard);
58 }
59
60 void VirtualDeviceToken::m_connectionInteract() {}
61} // namespace connection

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected