/////////////////////////////////////////////////////////////////////////////// // // Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) // // See accompanying file COPYING.TXT file for licensing details. // /////////////////////////////////////////////////////////////////////////////// #ifndef CPPCMS_CACHE_OVER_IP_H #define CPPCMS_CACHE_OVER_IP_H #include #include #include "base_cache.h" #include #include namespace cppcms { namespace impl { booster::intrusive_ptr CPPCMS_API tcp_cache_factory( std::vector const &ips, std::vector const &ports, booster::intrusive_ptr l1); } } #endif