~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/transaction_applier.h

  • Committer: Lee Bieber
  • Date: 2011-01-08 03:39:25 UTC
  • mfrom: (2062.1.2 build)
  • Revision ID: kalebral@gmail.com-20110108033925-koobar399kwrm4ba
Merge Brian - parser clean up
Merge Marisa - latest doc updates, fix sphinx warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#include "drizzled/plugin/plugin.h"
37
37
#include "drizzled/plugin/replication.h"
38
38
 
39
 
#include "drizzled/visibility.h"
40
 
 
41
39
namespace drizzled
42
40
{
43
41
 
51
49
/**
52
50
 * Base class for appliers of Transaction messages
53
51
 */
54
 
class DRIZZLED_API TransactionApplier : public Plugin
 
52
class TransactionApplier : public Plugin
55
53
{
56
54
  TransactionApplier();
57
55
  TransactionApplier(const TransactionApplier &);