Modified the fetch() function in the C++ interface to return a bool instead
authorPadraig O'Sullivan <osullivan.padraig@gmail.com>
Sat, 11 Jul 2009 19:10:39 +0000 (15:10 -0400)
committerPadraig O'Sullivan <osullivan.padraig@gmail.com>
Sat, 11 Jul 2009 19:10:39 +0000 (15:10 -0400)
commitbc9b4e408fbd3be5448136155870dcdbb8b65d58
tree8afd6eb2a1f14c5b78518fe84aff853ea23e5b62
parent67f0779a5c91cde63c1da8240a9f4d95509d3273
Modified the fetch() function in the C++ interface to return a bool instead
of a std::string. This makes looping using the fetch() function easier. Also
updated the C++ test cases to test more of the C++ interface's
functionality.
libmemcached/memcached.hh
tests/plus.cpp