mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-20 02:53:24 -05:00
added load/save for hash cache in the proper place
This commit is contained in:
parent
52ef7adfae
commit
7b566f2c55
6 changed files with 51 additions and 21 deletions
|
|
@ -6,16 +6,7 @@
|
|||
#include "file_sharing/hash_cache.h"
|
||||
#include "file_sharing/directory_storage.h"
|
||||
|
||||
class DirectoryUpdater
|
||||
{
|
||||
public:
|
||||
DirectoryUpdater() {}
|
||||
virtual ~DirectoryUpdater(){}
|
||||
};
|
||||
|
||||
#warning: simplify, if we don't keep the remote directory updater
|
||||
|
||||
class LocalDirectoryUpdater: public DirectoryUpdater, public HashStorageClient, public RsTickingThread
|
||||
class LocalDirectoryUpdater: public HashStorageClient, public RsTickingThread
|
||||
{
|
||||
public:
|
||||
LocalDirectoryUpdater(HashStorage *hash_cache,LocalDirectoryStorage *lds) ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue