~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-08-14 17:04:01 UTC
  • mto: This revision was merged to the branch mainline in revision 2407.
  • Revision ID: olafvdspek@gmail.com-20110814170401-mk7dg2patdedfr7k
Remove unnecessary constructors and destructors

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 */
43
43
class DRIZZLED_API TransactionReader : public Plugin
44
44
{
45
 
  TransactionReader();
46
 
  TransactionReader(const TransactionReader &);
47
 
  TransactionReader& operator=(const TransactionReader &);
48
45
public:
49
46
  explicit TransactionReader(std::string name_arg)
50
47
   : Plugin(name_arg, "TransactionReader") {}
51
 
  virtual ~TransactionReader() {}
52
48
  /**
53
49
   * Read and fill a Transaction message with the supplied
54
50
   * Transaction message global transaction ID.