From a95a6bd8e81a6bcc9db8abbbb3c0c78f087733f4 Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Mon, 26 Aug 2002 15:00:14 +0000 Subject: Fixed goof in config interface. All the functions are now named getValue(), since they have different signatures. --- util/epist/config.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util/epist/config.hh') diff --git a/util/epist/config.hh b/util/epist/config.hh index 0cb2a1c0..2c295747 100644 --- a/util/epist/config.hh +++ b/util/epist/config.hh @@ -63,9 +63,9 @@ public: Config(); ~Config(); - bool getBoolValue(BoolType, bool &) const; - bool getStringValue(StringType, std::string &) const; - bool getNumberValue(NumberType, int &) const; + bool getValue(BoolType, bool &) const; + bool getValue(StringType, std::string &) const; + bool getValue(NumberType, int &) const; void addOption(const std::string &, const std::string &); }; -- cgit v1.2.3