~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/transaction_replicator.h

  • Committer: Lee Bieber
  • Date: 2010-11-14 23:15:42 UTC
  • mfrom: (1929.1.42 warning-stack-frame)
  • Revision ID: kalebral@gmail.com-20101114231542-fnnu6ydd2p17n582
Merge Monty - fix bug 672372: some functions use > 32k stack

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, Inc.
5
 
 *  Copyright (C) 2010 Jay Pipes
 
4
 *  Copyright (C) 2008-2009 Sun Microsystems
 
5
 *  Copyright (c) 2010 Jay Pipes
6
6
 *
7
7
 *  Authors:
8
8
 *
28
28
#include "drizzled/plugin/replication.h"
29
29
#include "drizzled/plugin/plugin.h"
30
30
 
31
 
#include "drizzled/visibility.h"
32
 
 
33
31
/**
34
32
 * @file Defines the API for a TransactionReplicator.  
35
33
 *
57
55
/**
58
56
 * Class which replicates Transaction messages
59
57
 */
60
 
class DRIZZLED_API TransactionReplicator : public Plugin
 
58
class TransactionReplicator : public Plugin
61
59
{
62
60
  TransactionReplicator();
63
61
  TransactionReplicator(const TransactionReplicator &);