~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/default_replicator/default_replicator.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:
27
27
 * @see drizzled/plugin/applier.h
28
28
 */
29
29
 
30
 
#ifndef DRIZZLE_PLUGIN_DEFAULT_REPLICATOR_H
31
 
#define DRIZZLE_PLUGIN_DEFAULT_REPLICATOR_H
 
30
#ifndef PLUGIN_DEFAULT_REPLICATOR_DEFAULT_REPLICATOR_H
 
31
#define PLUGIN_DEFAULT_REPLICATOR_DEFAULT_REPLICATOR_H
32
32
 
33
33
#include <drizzled/server_includes.h>
34
34
#include <drizzled/atomics.h>
68
68
  bool isActive();
69
69
};
70
70
 
71
 
#endif /* DRIZZLE_PLUGIN_DEFAULT_REPLICATOR_H */
 
71
#endif /* PLUGIN_DEFAULT_REPLICATOR_DEFAULT_REPLICATOR_H */