~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log_reader.h

  • Committer: Padraig O'Sullivan
  • Date: 2010-03-15 14:05:26 UTC
  • mfrom: (1237.9.99 staging)
  • Revision ID: osullivan.padraig@gmail.com-20100315140526-opbgwdwn6tfecdkq
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#ifndef PLUGIN_TRANSACTION_LOG_TRANSACTION_LOG_READER_H
39
39
#define PLUGIN_TRANSACTION_LOG_TRANSACTION_LOG_READER_H
40
40
 
41
 
#include "transaction_log.h"
42
 
 
43
41
#include <drizzled/plugin/transaction_reader.h>
44
42
 
 
43
class TransactionLog;
 
44
 
45
45
/**
46
46
 * A class which reads Transaction messages from the Transaction log file
47
47
 */