| 35 | namespace osvr { |
| 36 | namespace common { |
| 37 | DeviceComponent::DeviceComponent() : m_parent(nullptr) {} |
| 38 | |
| 39 | void DeviceComponent::recordParent(Parent &dev) { |
| 40 | BOOST_ASSERT_MSG(nullptr == m_parent, |
nothing calls this directly
no outgoing calls
no test coverage detected