| 102 | void OSVR_DeviceTokenObject::stopThreads() { m_stopThreads(); } |
| 103 | |
| 104 | void OSVR_DeviceTokenObject::setDeviceDescriptor( |
| 105 | std::string const &jsonString) { |
| 106 | m_getConnectionDevice()->setDeviceDescriptor(jsonString); |
| 107 | m_getConnection()->triggerDescriptorHandlers(); |
| 108 | } |
| 109 | |
| 110 | ConnectionPtr OSVR_DeviceTokenObject::m_getConnection() { return m_conn; } |
| 111 |
no test coverage detected