From 85b8675e7a11a81bda4b4328e19e433768048911 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 19 Feb 2014 23:17:21 +0100 Subject: db/Interface: add attribute "plugin" The new method IsPlugin() replaces the "is_simple" flag. --- src/db/DatabaseGlue.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/db/DatabaseGlue.hxx') diff --git a/src/db/DatabaseGlue.hxx b/src/db/DatabaseGlue.hxx index f562b6d41..70b50def3 100644 --- a/src/db/DatabaseGlue.hxx +++ b/src/db/DatabaseGlue.hxx @@ -32,11 +32,9 @@ class Error; * Initialize the database library. * * @param param the database configuration block - * @param is_simple returns whether this is the "simple" database - * plugin */ Database * DatabaseGlobalInit(EventLoop &loop, DatabaseListener &listener, - const config_param ¶m, bool &is_simple, Error &error); + const config_param ¶m, Error &error); #endif -- cgit v1.2.3