| 91 | } // end of anonymous namespace |
| 92 | |
| 93 | void AsyncDeviceToken::m_setUpdateCallback(DeviceUpdateCallback const &cb) { |
| 94 | /// @todo enforce this can't happen when running? |
| 95 | m_cb = cb; |
| 96 | } |
| 97 | void AsyncDeviceToken::m_ensureThreadStarted() { |
| 98 | if ((!m_callbackThread) && m_cb) { |
| 99 | m_callbackThread.reset( |
nothing calls this directly
no outgoing calls
no test coverage detected