]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testCacheManager.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / testCacheManager.h
index ffc6e7fead657adad900339cfc87f5b87192284b..39a3a62c2f6e250baf47a4de937a3c35528b5bc5 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (C) 1996-2017 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.
+ */
 
 #ifndef SQUID_SRC_TEST_CACHEMANAGER_H
 #define SQUID_SRC_TEST_CACHEMANAGER_H
@@ -16,6 +23,7 @@ class testCacheManager : public CPPUNIT_NS::TestFixture
     CPPUNIT_TEST_SUITE_END();
 
 public:
+    void setUp();
 
 protected:
     void testCreate();