| 34 | namespace osvr { |
| 35 | namespace client { |
| 36 | VRPNConnectionCollection::VRPNConnectionCollection() |
| 37 | : m_connMap(make_shared<ConnectionMap>()) {} |
| 38 | |
| 39 | vrpn_ConnectionPtr VRPNConnectionCollection::getConnection( |
| 40 | common::elements::DeviceElement const &elt) { |
nothing calls this directly
no outgoing calls
no test coverage detected