~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/command_applier.h

Some carnage. I'm sure it'll need fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
/**
50
50
 * Base class for appliers of Command messages
51
51
 */
52
 
class CommandApplier
 
52
class CommandApplier : public Plugin
53
53
{
 
54
  CommandApplier();
 
55
  CommandApplier(const CommandApplier &);
54
56
public:
55
 
  CommandApplier() {}
 
57
  explicit CommandApplier(std::string name_arg) : Plugin(name_arg) {}
56
58
  virtual ~CommandApplier() {}
57
59
  /**
58
60
   * Apply something to a target.