db parameter to BeagleQueueIndexer cant be null now that the cache access function has been extracted to BeagleQueueCache

This commit is contained in:
Jean-Francois Dockes 2010-06-09 16:30:19 +02:00
parent 73b6ebf300
commit a076380695

View File

@ -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();