mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-17 02:49:34 -04:00
fixed compilation after removal of dbase/
This commit is contained in:
parent
1be599008a
commit
7f99bc2b70
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <dbase/cachestrapper.h>
|
|
||||||
#include "plugins/pluginmanager.h"
|
#include "plugins/pluginmanager.h"
|
||||||
|
|
||||||
// This code needs to be re-written to work with GXS. For now it is obsolete.
|
// 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
|
// 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.
|
// 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:
|
public:
|
||||||
RsCacheService(uint16_t type,uint32_t tick_delay_in_seconds, RsPluginHandler* pgHandler) ;
|
RsCacheService(uint16_t type,uint32_t tick_delay_in_seconds, RsPluginHandler* pgHandler) ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue