~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/default_replicator/default_replicator.h

Merge default plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
class DefaultReplicator: public drizzled::plugin::CommandReplicator
42
42
{
43
43
public:
44
 
  DefaultReplicator() {}
 
44
  explicit DefaultReplicator(std::string name_arg)
 
45
    : drizzled::plugin::CommandReplicator(name_arg) {}
45
46
 
46
47
  /** Destructor */
47
48
  ~DefaultReplicator() {}