1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-13 20:18:04 +00:00
This commit is contained in:
Carles Fernandez
2018-12-03 11:12:10 +01:00
parent 9d94910e1b
commit 96f34cabb1
80 changed files with 134 additions and 236 deletions

View File

@@ -52,7 +52,7 @@
class ConfigurationInterface
{
public:
virtual ~ConfigurationInterface() {}
virtual ~ConfigurationInterface() = default;
virtual std::string property(std::string property_name, std::string default_value) = 0;
virtual bool property(std::string property_name, bool default_value) = 0;
virtual int64_t property(std::string property_name, int64_t default_value) = 0;