| 961 | } |
| 962 | |
| 963 | void |
| 964 | Singleton::registerSourceDevice(const suscan_source_device_t *dev) |
| 965 | { |
| 966 | this->devices.push_back(Source::Device(dev, 0)); |
| 967 | } |
| 968 | |
| 969 | std::vector<Source::Device>::const_iterator |
| 970 | Singleton::getFirstDevice(void) const |
no test coverage detected