| 61 | } |
| 62 | |
| 63 | void ConnectionDevice::setDeviceToken(DeviceToken &token) { |
| 64 | BOOST_ASSERT(m_token == nullptr); |
| 65 | m_token = &token; |
| 66 | } |
| 67 | |
| 68 | void ConnectionDevice::setDeviceDescriptor(std::string const &jsonString) { |
| 69 | /// @todo validate descriptor here |