~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/registry.h

  • Committer: lbieber
  • Date: 2010-08-29 18:01:19 UTC
  • mfrom: (1702.4.1 drizzle-bug-616870)
  • mto: This revision was merged to the branch mainline in revision 1736.
  • Revision ID: lbieber@orisndriz03-20100829180119-0n407gwo9708yhtx
Merge Andrew - fix bug 616870 - Module pointer not removed from registry when plugin load fails

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
  void add(Module *module);
72
72
 
 
73
  void remove(Module *module);
73
74
 
74
75
  std::vector<Module *> getList(bool active);
75
76