Making some modifications to the C++ interface. Mainly going from const char
authorPadraig O'Sullivan <osullivan.padraig@gmail.com>
Fri, 10 Jul 2009 04:19:15 +0000 (00:19 -0400)
committerPadraig O'Sullivan <osullivan.padraig@gmail.com>
Fri, 10 Jul 2009 04:19:15 +0000 (00:19 -0400)
commit71e7ddb8865ac660dfa6c1f5c11204aa90ba075f
treea6ea44fccc7d643af0232e78e958a623bccfc9f9
parent15eea2ab2de1fcb68dbf51fbdfef05349f45d50e
Making some modifications to the C++ interface. Mainly going from const char
* to const std::string&. Also updated the C++ client test source file.
libmemcached/memcached.hh
tests/plus.cpp