~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/command_log/command_log.h

  • Committer: Monty Taylor
  • Date: 2009-08-30 00:26:17 UTC
  • mto: (1130.3.4 memory-file-moves)
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20090830002617-o57hrj99p6fp1186
Fixed all of the include guards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 * is in charge of writing these events to the log as they are received.
36
36
 */
37
37
 
38
 
#ifndef DRIZZLE_PLUGIN_command_log_H
39
 
#define DRIZZLE_PLUGIN_command_log_H
 
38
#ifndef PLUGIN_COMMAND_LOG_COMMAND_LOG_H
 
39
#define PLUGIN_COMMAND_LOG_COMMAND_LOG_H
40
40
 
41
41
#include <drizzled/server_includes.h>
42
42
#include <drizzled/atomics.h>
130
130
  void truncate();
131
131
};
132
132
 
133
 
#endif /* DRIZZLE_PLUGIN_command_log_H */
 
133
#endif /* PLUGIN_COMMAND_LOG_COMMAND_LOG_H */