~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/transaction_replicator.h

Remove PLUGIN and MODULES.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#define DRIZZLED_PLUGIN_TRANSACTION_REPLICATOR_H
26
26
 
27
27
#include "drizzled/atomics.h"
 
28
#include "drizzled/plugin/plugin.h"
28
29
 
29
30
/**
30
31
 * @file Defines the API for a TransactionReplicator.