fixed compilation after removal of dbase/

This commit is contained in:
mr-alice 2016-09-22 10:26:05 +02:00
parent 1be599008a
commit 7f99bc2b70

View File

@ -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) ;