tests/stub_CommIO.cc \
tests/stub_debug.cc \
tests/stub_DelayId.cc \
- tests/stub_DiskIOModule.cc \
tests/stub_errorpage.cc \
tests/stub_ETag.cc \
tests/stub_event.cc \
tests/stub_libauth_acls.cc \
tests/stub_libauth.cc \
tests/stub_libcomm.cc \
+ tests/stub_libdiskio.cc \
tests/stub_libeui.cc \
tests/stub_libformat.cc \
tests/stub_libicmp.cc \
+++ /dev/null
-/*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-#include "squid.h"
-
-#define STUB_API "DiskIOModule.cc"
-#include "tests/STUB.h"
-
-#include "DiskIO/DiskIOModule.h"
-
-#include <vector>
-
-void DiskIOModule::SetupAllModules() STUB
-void DiskIOModule::ModuleAdd(DiskIOModule &) STUB
-void DiskIOModule::FreeAllModules() STUB
-DiskIOModule *DiskIOModule::Find(char const *) STUB_RETVAL(NULL)
-DiskIOModule *DiskIOModule::FindDefault() STUB_RETVAL(NULL)
-std::vector<DiskIOModule*> const &DiskIOModule::Modules() STUB_RETSTATREF(std::vector<DiskIOModule*>)
-