mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
added p3FileLists service
This commit is contained in:
parent
b31e396c2b
commit
3e20b9ddf7
3 changed files with 19 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#include <p3filelists.h>
|
||||
#include <retroshare/rsids.h>
|
||||
#include "file_sharing/p3filelists.h"
|
||||
#include "retroshare/rsids.h"
|
||||
|
||||
#define P3FILELISTS_DEBUG() std::cerr << "p3FileLists: " ;
|
||||
|
||||
|
|
|
@ -19,10 +19,12 @@
|
|||
// The file lists are not directry updated. A FileListWatcher class is responsible for this
|
||||
// in every case.
|
||||
//
|
||||
#pragma once
|
||||
|
||||
#include <services/p3service.h>
|
||||
#include <pqi/p3cfgmgr.h>
|
||||
|
||||
class p3FileLists: public p3Service, public p3Config, public RsSharedFileService
|
||||
class p3FileLists: public p3Service, public p3Config, public RsSharedFileService
|
||||
{
|
||||
public:
|
||||
typedef uint64_t EntryIndex ; // this should probably be defined elsewhere
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue