Rename barcode in RingerSelectorTools
Rename barcode in RingerSelectorTools. As the campaighn to remove the usage of barcodes in the Athena codes goes on, "barcode" is not a nice name for an identifier.
Renamed for this package to codebar
.
Apart from that, some additional changes:
- use
constexpr
for the integer constants - use
std::filesystem
to get the base name of the file. - drop boost
Edited by Andrii Verbytskyi