From 8bc8dc92e44bd371872b159ac5583b6788a8110d Mon Sep 17 00:00:00 2001 From: w00t Date: Thu, 15 Nov 2007 15:59:05 +0000 Subject: Add another BanCache stub. I'm not writing it yet as the storage of entries has not yet been finalised. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8595 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/bancache.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/bancache.cpp') diff --git a/src/bancache.cpp b/src/bancache.cpp index bfa1bde11..b4fccbbf8 100644 --- a/src/bancache.cpp +++ b/src/bancache.cpp @@ -63,6 +63,11 @@ bool BanCacheManager::RemoveHit(BanCacheHit *b) return true; } +int BanCacheManager::RemoveEntries(const std::string &type, bool positive) +{ + return 0; +} + void BanCacheManager::RehashCache() { BanCacheHash* NewHash = new BanCacheHash(); -- cgit v1.2.3