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 {
|
class BeagleQueueIndexer : public FsTreeWalkerCB {
|
||||||
public:
|
public:
|
||||||
/**
|
BeagleQueueIndexer(RclConfig *cnf, Rcl::Db *db,
|
||||||
* @para db can be null when using readonly for calling getFromCache()
|
|
||||||
*/
|
|
||||||
BeagleQueueIndexer(RclConfig *cnf, Rcl::Db *db = 0,
|
|
||||||
DbIxStatusUpdater *updfunc = 0);
|
DbIxStatusUpdater *updfunc = 0);
|
||||||
~BeagleQueueIndexer();
|
~BeagleQueueIndexer();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user