~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/command_applier.h

  • Committer: Monty Taylor
  • Date: 2009-10-06 19:14:39 UTC
  • mfrom: (1130.2.18 plugin-base-class)
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091006191439-fd1vvlp22654l3k3
Merged latest plugin-base-class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
{
50
50
  CommandApplier();
51
51
  CommandApplier(const CommandApplier &);
 
52
  CommandApplier& operator=(const CommandApplier &);
52
53
public:
53
54
  explicit CommandApplier(std::string name_arg) : Plugin(name_arg) {}
54
55
  virtual ~CommandApplier() {}