X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=example%2Finterface_v1.cc;h=61dd929d0f3f96280d16acd1a748e06703bd18fa;hb=dbc62573e1a6dc8cbcc97d0898e8615b0916d6ab;hp=08d093885aa7097f4e50ba7f2d9f2fbfb2e0e665;hpb=6dab4c45effc85493d9e097d0df3446e202f3e8e;p=awesomized%2Flibmemcached diff --git a/example/interface_v1.cc b/example/interface_v1.cc index 08d09388..61dd929d 100644 --- a/example/interface_v1.cc +++ b/example/interface_v1.cc @@ -2,13 +2,13 @@ /** * This file contains an implementation of the callback interface for level 1 * in the protocol library. If you compare the implementation with the one - * in interface_v0.c you will see that this implementation is much easier and + * in interface_v0.cc you will see that this implementation is much easier and * hides all of the protocol logic and let you focus on the application * logic. One "problem" with this layer is that it is synchronous, so that * you will not receive the next command before a answer to the previous * command is being sent. */ -#include "config.h" +#include "mem_config.h" #include #include