| 110 | ConnectionPtr OSVR_DeviceTokenObject::m_getConnection() { return m_conn; } |
| 111 | |
| 112 | ConnectionDevicePtr OSVR_DeviceTokenObject::m_getConnectionDevice() { |
| 113 | return m_dev; |
| 114 | } |
| 115 | |
| 116 | void OSVR_DeviceTokenObject::m_stopThreads() {} |
| 117 |
nothing calls this directly
no outgoing calls
no test coverage detected