| 116 | } |
| 117 | |
| 118 | std::string OSVR_DeviceInitObject::getQualifiedName() const { |
| 119 | return m_qualifiedName; |
| 120 | } |
| 121 | |
| 122 | osvr::connection::ConnectionPtr OSVR_DeviceInitObject::getConnection() { |
| 123 | return m_conn; |
no outgoing calls
no test coverage detected