| 42 | VirtualDeviceToken::~VirtualDeviceToken() {} |
| 43 | |
| 44 | void VirtualDeviceToken::m_setUpdateCallback( |
| 45 | osvr::connection::DeviceUpdateCallback const &) { |
| 46 | BOOST_ASSERT_MSG(0, "Should never be called - virtual device tokens " |
| 47 | "don't have typical update callbacks!"); |
| 48 | } |
| 49 | |
| 50 | void VirtualDeviceToken::m_sendData(util::time::TimeValue const ×tamp, |
| 51 | MessageType *type, |
nothing calls this directly
no outgoing calls
no test coverage detected