| 967 | } |
| 968 | |
| 969 | std::vector<Source::Device>::const_iterator |
| 970 | Singleton::getFirstDevice(void) const |
| 971 | { |
| 972 | return this->devices.begin(); |
| 973 | } |
| 974 | |
| 975 | std::vector<Source::Device>::const_iterator |
| 976 | Singleton::getLastDevice(void) const |
no test coverage detected