]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Completed stubification of cache_manager.cc
authorFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 5 Nov 2013 10:23:49 +0000 (11:23 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 5 Nov 2013 10:23:49 +0000 (11:23 +0100)
src/Makefile.am
src/tests/stub_cache_manager.cc

index 089056168485157aace006153d07b825e629bba9..973a3a12eb06b9bf370cc826a80e74786bd1854b 100644 (file)
@@ -3411,7 +3411,7 @@ tests_testURL_SOURCES = \
        YesNoNone.cc \
        RefreshPattern.h \
        cache_cf.cc \
-       cache_manager.cc \
+       tests/stub_cache_manager.cc \
        CacheDigest.h \
        tests/stub_CacheDigest.cc \
        carp.h \
index b364a080b9772605c1d5019fc6b947e14b6e2628..95b369d44a8f86f831bf791726c14d62be5f7f6e 100644 (file)
@@ -16,3 +16,5 @@ CacheManager* CacheManager::instance=0;
 CacheManager* CacheManager::GetInstance() STUB_RETVAL(instance)
 void Mgr::RegisterAction(char const*, char const*, OBJH, int, int) {}
 void Mgr::RegisterAction(char const *, char const *, Mgr::ClassActionCreationHandler *, int, int) {}
+
+Mgr::Action::Pointer CacheManager::createRequestedAction(const Mgr::ActionParams &) STUB_RETVAL(NULL)