| 108 | } |
| 109 | |
| 110 | ConnectionPtr OSVR_DeviceTokenObject::m_getConnection() { return m_conn; } |
| 111 | |
| 112 | ConnectionDevicePtr OSVR_DeviceTokenObject::m_getConnectionDevice() { |
| 113 | return m_dev; |
nothing calls this directly
no outgoing calls
no test coverage detected