From a076380695b4118d5a9434b69bcda8b810c30b2c Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 9 Jun 2010 16:30:19 +0200 Subject: [PATCH] db parameter to BeagleQueueIndexer cant be null now that the cache access function has been extracted to BeagleQueueCache --- src/index/beaglequeue.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/index/beaglequeue.h b/src/index/beaglequeue.h index 4e243eab..624eb370 100644 --- a/src/index/beaglequeue.h +++ b/src/index/beaglequeue.h @@ -40,10 +40,7 @@ namespace Rcl { class BeagleQueueIndexer : public FsTreeWalkerCB { public: - /** - * @para db can be null when using readonly for calling getFromCache() - */ - BeagleQueueIndexer(RclConfig *cnf, Rcl::Db *db = 0, + BeagleQueueIndexer(RclConfig *cnf, Rcl::Db *db, DbIxStatusUpdater *updfunc = 0); ~BeagleQueueIndexer();