mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-14 04:23:10 -04:00
fixed compilation after removal of dbase/
This commit is contained in:
parent
1be599008a
commit
7f99bc2b70
@ -1,6 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <dbase/cachestrapper.h>
|
||||
#include "plugins/pluginmanager.h"
|
||||
|
||||
// This code needs to be re-written to work with GXS. For now it is obsolete.
|
||||
@ -9,7 +8,7 @@
|
||||
// The following class abstracts the construction of a cache service. The user only has to
|
||||
// supply RS with a type ID. If the ID is already in use, RS will complain.
|
||||
//
|
||||
class RsCacheService: public CacheSource, public CacheStore, public p3Config
|
||||
class RsCacheService: /* public CacheSource, public CacheStore, */ public p3Config
|
||||
{
|
||||
public:
|
||||
RsCacheService(uint16_t type,uint32_t tick_delay_in_seconds, RsPluginHandler* pgHandler) ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user