~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/transaction_reader.h

  • Committer: Olaf van der Spek
  • Date: 2011-02-12 18:24:24 UTC
  • mto: (2167.1.2 build) (2172.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 2168.
  • Revision ID: olafvdspek@gmail.com-20110212182424-kgnm9osi7qo97at2
casts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
 *  Copyright (C) 2008-2009 Sun Microsystems
 
4
 *  Copyright (C) 2008-2009 Sun Microsystems, Inc.
5
5
 *
6
6
 *  Authors:
7
7
 *
27
27
#include "drizzled/plugin/plugin.h"
28
28
#include "drizzled/replication_services.h" /* For global transaction ID typedef */
29
29
 
 
30
#include "drizzled/visibility.h"
 
31
 
30
32
/**
31
33
 * @file Defines the API for a TransactionReader
32
34
 *
44
46
/**
45
47
 * Class which can read Transaction messages from some source
46
48
 */
47
 
class TransactionReader : public Plugin
 
49
class DRIZZLED_API TransactionReader : public Plugin
48
50
{
49
51
  TransactionReader();
50
52
  TransactionReader(const TransactionReader &);