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/keytree.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/epist/keytree.cc') diff --git a/util/epist/keytree.cc b/util/epist/keytree.cc index 45b2fb53..30efa1be 100644 --- a/util/epist/keytree.cc +++ b/util/epist/keytree.cc @@ -222,7 +222,7 @@ void keytree::initialize(void) { int tval = 0; - _epist->getConfig()->getNumberValue(Config::chainTimeout, tval); + _epist->getConfig()->getValue(Config::chainTimeout, tval); _timer = new BTimer(_epist, this); if (tval <= 0) -- cgit v1.2.3