StoreMetaVary.cc \
String.cc \
SquidNew.cc \
- time.cc \
+ tests/stub_time.cc \
ufsdump.cc \
dlink.h \
dlink.cc \
tests/testHttpReply.cc \
tests/testHttpReply.h \
tests/testMain.cc \
- time.cc \
+ tests/stub_time.cc \
url.cc \
URLScheme.cc \
wordlist.h \
tests/testACLMaxUserIP.cc \
tests/testACLMaxUserIP.h \
tests/testMain.cc \
- time.cc \
+ tests/stub_time.cc \
url.cc \
URL.h \
URLScheme.cc \
tests/testBoilerplate.cc \
tests/testMain.cc \
tests/testBoilerplate.h \
- time.cc
+ tests/stub_time.cc
nodist_tests_testBoilerplate_SOURCES = \
$(TESTSOURCES)
tests_testBoilerplate_LDADD= \
tests/testMain.cc \
tests/testStoreSupport.cc \
tests/testStoreSupport.h \
- time.cc \
+ tests/stub_time.cc \
$(UNLINKDSOURCE) \
url.cc \
URLScheme.cc \
tests/testHttpParser.cc \
tests/testHttpParser.h \
tests/testMain.cc \
- time.cc \
+ tests/stub_time.cc \
wordlist.h \
wordlist.cc
nodist_tests_testHttpParser_SOURCES = \
tests/testStoreSupport.h \
tests/TestSwapDir.cc \
tests/TestSwapDir.h \
- time.cc \
+ tests/stub_time.cc \
url.cc \
URLScheme.cc \
wordlist.h \
tests/stub_HelperChildConfig.cc \
tools.h \
tests/stub_tools.cc \
- time.cc \
+ tests/stub_time.cc \
wordlist.h \
wordlist.cc
nodist_tests_testString_SOURCES = \
tests/testURLScheme.cc \
tests/testURLScheme.h \
tests/testMain.cc \
- time.cc \
+ tests/stub_time.cc \
tools.h \
tools.cc \
tunnel.cc \
int tvSubMsec(struct timeval, struct timeval) STUB_RETVAL(0)
const char * Time::FormatStrf(time_t ) STUB_RETVAL("")
const char * Time::FormatHttpd(time_t ) STUB_RETVAL("")
+
+void TimeEngine::tick() STUB
+TimeEngine::~TimeEngine() STUB
+