string.cc | string.cc | |||
---|---|---|---|---|
skipping to change at line 41 | skipping to change at line 41 | |||
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | |||
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | |||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
* | * | |||
*/ | */ | |||
// We let libmemcached/common.h define config since we are looking at | // We let libmemcached/common.h define config since we are looking at | |||
// library internals. | // library internals. | |||
#include <config.h> | #include <mem_config.h> | |||
#include <libmemcached-1.0/memcached.h> | #include <libmemcached-1.0/memcached.h> | |||
#include "libmemcached/string.hpp" | #include "libmemcached/string.hpp" | |||
#include "libmemcached/is.h" | #include "libmemcached/is.h" | |||
#include <libtest/test.hpp> | #include <libtest/test.hpp> | |||
#include <tests/string.h> | #include <tests/string.h> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |