mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-19 10:39:53 -05:00
fixed forceDirectoryCheck and inDirectoryCheck methods
This commit is contained in:
parent
93818f6088
commit
afbb641b58
4 changed files with 40 additions and 32 deletions
|
|
@ -38,7 +38,8 @@ public:
|
|||
LocalDirectoryUpdater(HashStorage *hash_cache,LocalDirectoryStorage *lds) ;
|
||||
virtual ~LocalDirectoryUpdater() {}
|
||||
|
||||
virtual void forceUpdate();
|
||||
void forceUpdate();
|
||||
bool inDirectoryCheck() const ;
|
||||
|
||||
void setFileWatchPeriod(uint32_t seconds) { mDelayBetweenDirectoryUpdates = seconds ; }
|
||||
uint32_t fileWatchPeriod() const { return mDelayBetweenDirectoryUpdates ; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue