X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fmemcached.h;h=195ce7ab4fd509b246e295ad0e6ef320b17f8d78;hb=701592b9754d2ace633882791c755826e3a8af68;hp=405f275f786ed9b20ed0798e5894f7b9176b398d;hpb=9139975f5fe7895259645117b1e0e9a6cb9c27cc;p=awesomized%2Flibmemcached diff --git a/libtest/memcached.h b/libtest/memcached.h index 405f275f..195ce7ab 100644 --- a/libtest/memcached.h +++ b/libtest/memcached.h @@ -40,13 +40,7 @@ namespace libtest { libtest::Server *build_memcached(const std::string& hostname, const in_port_t try_port); -libtest::Server *build_memcached_light(const std::string& socket_file, const in_port_t try_port); - libtest::Server *build_memcached_socket(const std::string& socket_file, const in_port_t try_port); -libtest::Server *build_memcached_sasl(const std::string& hostname, const in_port_t try_port, const std::string& username, const std::string& password); - -libtest::Server *build_memcached_sasl_socket(const std::string& socket_file, const in_port_t try_port, const std::string& username, const std::string& password); - }