~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/transaction_replicator.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-29 11:04:10 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110329110410-urpr1j39fd2ytlch
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 * An applier is responsible for applying events, not a replicator...
39
39
 */
40
40
 
41
 
namespace drizzled
42
 
{
43
 
namespace message
44
 
45
 
  class Transaction;
46
 
  class Statement;
47
 
}
48
 
 
49
 
class Session;
50
 
 
51
 
namespace plugin
52
 
{
 
41
namespace drizzled {
 
42
namespace plugin {
53
43
 
54
44
class TransactionApplier;
55
45