/* * Copyright (C) 1996-2018 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_STORESEARCH_H #define SQUID_STORESEARCH_H #include "base/RefCount.h" #include "Store.h" class StoreSearch : public RefCountable { public: StoreSearch() {} StoreSearch(StoreSearch const &); /* no implementation - trigger link failures */ virtual ~StoreSearch() {} /* not ready yet void asList(void (*) (CbDataList StoreSearchPointer; #endif /* SQUID_STORESEARCH_H */