| 104 | } |
| 105 | |
| 106 | void BaseDevice::m_setup(vrpn_ConnectionPtr conn, RawSenderType sender, |
| 107 | std::string const &name) { |
| 108 | m_conn = conn; |
| 109 | m_sender = sender; |
| 110 | m_name = name; |
| 111 | } |
| 112 | |
| 113 | vrpn_ConnectionPtr BaseDevice::m_getConnection() const { return m_conn; } |
| 114 | } // namespace common |
nothing calls this directly
no outgoing calls
no test coverage detected