~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memc_behavior_get.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:
29
29
 * THE POSSIBILITY OF SUCH DAMAGE.
30
30
 */
31
31
 
32
 
#ifndef DRIZZLE_PLUGIN_MEMCACHED_FUNCTIONS_MEMC_BEHAVIOR_GET_H
33
 
#define DRIZZLE_PLUGIN_MEMCACHED_FUNCTIONS_MEMC_BEHAVIOR_GET_H
 
32
#ifndef PLUGIN_MEMCACHED_FUNCTIONS_MEMC_BEHAVIOR_GET_H
 
33
#define PLUGIN_MEMCACHED_FUNCTIONS_MEMC_BEHAVIOR_GET_H
34
34
 
35
35
#include <drizzled/server_includes.h>
36
36
#include <drizzled/item/func.h>
254
254
  std::map<uint64_t, const std::string> ketama_hash_settings_reverse_map;
255
255
};
256
256
 
257
 
#endif /* DRIZZLE_PLUGIN_MEMCACHED_FUNCTIONS_MEMC_BEHAVIOR_GET_H */
 
257
#endif /* PLUGIN_MEMCACHED_FUNCTIONS_MEMC_BEHAVIOR_GET_H */