]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
More widely use stub_time.cc
authorFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 5 Nov 2013 14:30:41 +0000 (15:30 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 5 Nov 2013 14:30:41 +0000 (15:30 +0100)
src/Makefile.am
src/tests/stub_time.cc

index c9fb0eb00be4e896f2ee80f1f1b1d3eada5ba449..de23d888a69842c2487c4cc25408b0aa3c7b97f1 100644 (file)
@@ -733,7 +733,7 @@ ufsdump_SOURCES = \
        StoreMetaVary.cc \
        String.cc \
        SquidNew.cc \
-       time.cc \
+       tests/stub_time.cc \
        ufsdump.cc \
        dlink.h \
        dlink.cc \
@@ -1183,7 +1183,7 @@ tests_testHttpReply_SOURCES=\
        tests/testHttpReply.cc \
        tests/testHttpReply.h \
        tests/testMain.cc \
-       time.cc \
+       tests/stub_time.cc \
        url.cc \
        URLScheme.cc \
        wordlist.h \
@@ -1315,7 +1315,7 @@ tests_testACLMaxUserIP_SOURCES= \
        tests/testACLMaxUserIP.cc \
        tests/testACLMaxUserIP.h \
        tests/testMain.cc \
-       time.cc \
+       tests/stub_time.cc \
        url.cc \
        URL.h \
        URLScheme.cc \
@@ -1360,7 +1360,7 @@ tests_testBoilerplate_SOURCES = \
        tests/testBoilerplate.cc \
        tests/testMain.cc \
        tests/testBoilerplate.h \
-       time.cc
+       tests/stub_time.cc
 nodist_tests_testBoilerplate_SOURCES = \
        $(TESTSOURCES)
 tests_testBoilerplate_LDADD= \
@@ -1749,7 +1749,7 @@ tests_testDiskIO_SOURCES = \
        tests/testMain.cc \
        tests/testStoreSupport.cc \
        tests/testStoreSupport.h \
-       time.cc \
+       tests/stub_time.cc \
        $(UNLINKDSOURCE) \
        url.cc \
        URLScheme.cc \
@@ -2560,7 +2560,7 @@ tests_testHttpParser_SOURCES = \
        tests/testHttpParser.cc \
        tests/testHttpParser.h \
        tests/testMain.cc \
-       time.cc \
+       tests/stub_time.cc \
        wordlist.h \
        wordlist.cc
 nodist_tests_testHttpParser_SOURCES = \
@@ -2954,7 +2954,7 @@ tests_testStore_SOURCES= \
        tests/testStoreSupport.h \
        tests/TestSwapDir.cc \
        tests/TestSwapDir.h \
-       time.cc \
+       tests/stub_time.cc \
        url.cc \
        URLScheme.cc \
        wordlist.h \
@@ -3014,7 +3014,7 @@ tests_testString_SOURCES = \
        tests/stub_HelperChildConfig.cc \
        tools.h \
        tests/stub_tools.cc \
-       time.cc \
+       tests/stub_time.cc \
        wordlist.h \
        wordlist.cc
 nodist_tests_testString_SOURCES = \
@@ -3591,7 +3591,7 @@ tests_testURL_SOURCES = \
        tests/testURLScheme.cc \
        tests/testURLScheme.h \
        tests/testMain.cc \
-       time.cc \
+       tests/stub_time.cc \
        tools.h \
        tools.cc \
        tunnel.cc \
index f4064904a7c1a2d559629c87bbe4a18ab5cd102a..648f42c60c59064b8ecfd3af4b73d77fbbec78e4 100644 (file)
@@ -12,3 +12,7 @@ time_t getCurrentTime(void) STUB_RETVAL(0)
 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
+