~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/registry_dictionary/plugins.cc

  • Committer: Monty Taylor
  • Date: 2010-03-06 02:08:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1381.
  • Revision ID: mordred@inaugust.com-20100306020813-c37d0b39004nl1zf
Remove plugin deinit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  plugin::TableFunction::Generator(arg)
39
39
{
40
40
  plugin::Registry &registry= plugin::Registry::singleton();
41
 
  const map<string, const plugin::Plugin *> &plugin_map=
 
41
  const map<string, plugin::Plugin *> &plugin_map=
42
42
    registry.getPluginsMap();
43
43
 
44
44
  it= plugin_map.begin();