~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/registry_dictionary/plugins.cc

updating to latest trunk

Show diffs side-by-side

added added

removed removed

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