~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/transaction_replicator.h

  • Committer: Mark Atwood
  • Date: 2011-08-17 19:14:47 UTC
  • mfrom: (2385.3.17 rf)
  • Revision ID: me@mark.atwood.name-20110817191447-h86yzddvycd0xmof
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 */
47
47
class DRIZZLED_API TransactionReplicator : public Plugin
48
48
{
49
 
  TransactionReplicator();
50
 
  TransactionReplicator(const TransactionReplicator &);
51
 
  TransactionReplicator& operator=(const TransactionReplicator &);
52
49
public:
53
50
  explicit TransactionReplicator(std::string name_arg)
54
51
    : Plugin(name_arg, "TransactionReplicator")
55
52
  {
56
53
  }
57
 
  virtual ~TransactionReplicator() {}
58
54
 
59
55
  /**
60
56
   * Replicate a Transaction message to a TransactionApplier.