db parameter to BeagleQueueIndexer cant be null now that the cache access function has been extracted to BeagleQueueCache
This commit is contained in:
parent
73b6ebf300
commit
a076380695
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user