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

Method m_getSendGuard

src/osvr/Connection/SyncDeviceToken.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 util::GuardPtr SyncDeviceToken::m_getSendGuard() {
59 return util::GuardPtr(new util::DummyGuard);
60 }
61
62 void SyncDeviceToken::m_connectionInteract() {
63 if (m_cb) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected