~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/command_reader.h

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
/**
51
51
 * Class which can read Command messages from some source
52
52
 */
53
 
class CommandReader
 
53
class CommandReader : public Plugin
54
54
{
 
55
  CommandReader();
 
56
  CommandReader(const CommandReader &);
55
57
public:
56
 
  CommandReader() {}
 
58
  explicit CommandReader(std::string name_arg) : Plugin(name_arg) {}
57
59
  virtual ~CommandReader() {}
58
60
  /**
59
61
   * Read and fill a Command message with the supplied