mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
fixed virtual names
This commit is contained in:
parent
43f4f5d2d9
commit
2d1824b01d
5 changed files with 55 additions and 2 deletions
|
@ -19,9 +19,11 @@ public:
|
|||
LocalDirectoryUpdater(HashStorage *hash_cache,LocalDirectoryStorage *lds) ;
|
||||
virtual ~LocalDirectoryUpdater() {}
|
||||
|
||||
virtual void data_tick() ;
|
||||
virtual void forceUpdate();
|
||||
|
||||
protected:
|
||||
virtual void data_tick() ;
|
||||
|
||||
virtual void hash_callback(uint32_t client_param, const std::string& name, const RsFileHash& hash, uint64_t size);
|
||||
void recursUpdateSharedDir(const std::string& cumulated_path,DirectoryStorage::EntryIndex indx);
|
||||
void sweepSharedDirectories();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue