~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/command_replicator.h

Added error reporting to plugin registration. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
   */
76
76
  virtual bool isActive() {return false;}
77
77
 
78
 
  static void addPlugin(CommandReplicator *replicator);
 
78
  static bool addPlugin(CommandReplicator *replicator);
79
79
  static void removePlugin(CommandReplicator *replicator);
80
80
};
81
81