~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memc_append.h

  • Committer: Monty Taylor
  • Date: 2009-10-16 19:52:26 UTC
  • mto: (1166.5.3 memcached_functions)
  • mto: This revision was merged to the branch mainline in revision 1189.
  • Revision ID: mordred@inaugust.com-20091016195226-h1j34f6z3u4kt0xf
Fixed merge-related errors, including libmemcached detection and header issues caught by cpplint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 *
31
31
 */
32
32
 
33
 
#ifndef DRIZZLE_PLUGIN_MEMCACHED_FUNCTIONS_MEMC_APPEND_H
34
 
#define DRIZZLE_PLUGIN_MEMCACHED_FUNCTIONS_MEMC_APPEND_H
 
33
#ifndef PLUGIN_MEMCACHED_FUNCTIONS_MEMC_APPEND_H
 
34
#define PLUGIN_MEMCACHED_FUNCTIONS_MEMC_APPEND_H
35
35
 
36
36
#include <drizzled/server_includes.h>
37
37
#include <drizzled/function/str/strfunc.h>
38
38
#include <drizzled/item/func.h>
39
 
#include <string>
40
 
 
41
 
 
42
 
using namespace std;
43
39
 
44
40
/**
45
41
  * @file
77
73
 
78
74
};
79
75
 
80
 
#endif /* DRIZZLE_PLUGIN_MEMCACHED_FUNCTIONS_MEMC_APPEND_H */
 
76
#endif /* PLUGIN_MEMCACHED_FUNCTIONS_MEMC_APPEND_H */