~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/default_replicator/default_replicator.h

  • Committer: Jay Pipes
  • Date: 2010-04-08 16:27:25 UTC
  • mfrom: (1405.6.10 replication-pairs)
  • mto: This revision was merged to the branch mainline in revision 1457.
  • Revision ID: jpipes@serialcoder-20100408162725-sugbgn38oxjqclq2
Merge trunk and replication-pairs with conflict resolution

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  ~DefaultReplicator() {}
47
47
 
48
48
  /**
49
 
   * Returns whether the replicator is active
50
 
   */
51
 
  virtual bool isEnabled() const;
52
 
 
53
 
  virtual void enable();
54
 
  virtual void disable();
55
 
 
56
 
  /**
57
49
   * Replicate a Transaction message to an Applier.
58
50
   *
59
51
   * @note