| 116 | void OSVR_DeviceTokenObject::m_stopThreads() {} |
| 117 | |
| 118 | void OSVR_DeviceTokenObject::m_sharedInit(DeviceInitObject &init) { |
| 119 | m_conn = init.getConnection(); |
| 120 | m_dev = m_conn->createConnectionDevice(init); |
| 121 | m_dev->setDeviceToken(*this); |
| 122 | m_serverInterfaces = init.getServerInterfaces(); |
| 123 | for (auto &iface : m_serverInterfaces) { |
| 124 | iface->registerMessageTypes(*this); |
| 125 | } |
| 126 | } |
no test coverage detected