X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fmemcached.h;h=195ce7ab4fd509b246e295ad0e6ef320b17f8d78;hb=543d6be67139ee7cb47c0c8e7d383743f4e68857;hp=5620400a7affc471f946e9c6c900fec664875c89;hpb=28602fd2f5f1c758b50cd82d4545da8e6c55f5c7;p=awesomized%2Flibmemcached diff --git a/libtest/memcached.h b/libtest/memcached.h index 5620400a..195ce7ab 100644 --- a/libtest/memcached.h +++ b/libtest/memcached.h @@ -1,8 +1,8 @@ /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: - * - * libtest * - * Copyright (C) 2011 Data Differential, http://datadifferential.com/ + * Data Differential YATL (i.e. libtest) library + * + * Copyright (C) 2012 Data Differential, http://datadifferential.com/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -38,11 +38,9 @@ namespace libtest { -LIBTEST_API -Server *build_memcached(const std::string& hostname, const in_port_t try_port); +libtest::Server *build_memcached(const std::string& hostname, const in_port_t try_port); -LIBTEST_API -Server *build_memcached_socket(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); }