X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fmemcached.h;h=195ce7ab4fd509b246e295ad0e6ef320b17f8d78;hb=6730933820b3c3f7b016b4d33a209198d195a37a;hp=915d3fa8a97cb15828ceb7d534d235e0f5832856;hpb=9a9d6492357025e57ce7779c801e41dcc01f6f69;p=awesomized%2Flibmemcached diff --git a/libtest/memcached.h b/libtest/memcached.h index 915d3fa8..195ce7ab 100644 --- a/libtest/memcached.h +++ b/libtest/memcached.h @@ -40,12 +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); - } +