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

Method m_getSendGuard

src/osvr/Connection/AsyncDeviceToken.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 };
135
136 util::GuardPtr AsyncDeviceToken::m_getSendGuard() {
137 util::GuardPtr ret(new AsyncSendGuard(m_accessControl));
138 return ret;
139 }
140
141 void AsyncDeviceToken::m_connectionInteract() {
142 m_ensureThreadStarted();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected