From 3ae9918192308c7d8ff691ca6a09b54aa14f68ff Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 15 Jan 2009 13:44:22 +0000 Subject: auth algo now stores direction as well --- src/authAlgoFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/authAlgoFactory.h') diff --git a/src/authAlgoFactory.h b/src/authAlgoFactory.h index 2d445d0..ee38248 100644 --- a/src/authAlgoFactory.h +++ b/src/authAlgoFactory.h @@ -40,7 +40,7 @@ class AuthAlgoFactory { public: - static AuthAlgo* create(std::string const& type); + static AuthAlgo* create(std::string const& type, kd_dir_t dir); private: AuthAlgoFactory(); -- cgit v1.2.3