~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/registry.h

MErge Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
                    plugin->getName().c_str());
112
112
      unireg_abort(1);
113
113
    }
 
114
    plugin_registry.insert(std::pair<std::string, const Plugin *>(plugin_name, plugin));
114
115
  }
115
116
 
116
117
  template<class T>