| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected