~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/registry_dictionary/plugins.cc

  • Committer: Brian Aker
  • Date: 2010-12-25 00:28:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2031.
  • Revision ID: brian@tangent.org-20101225002849-g73mg6ihulajis0o
First pass in refactoring of the name of my_decimal.

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 plugin::Plugin::map &plugin_map=
 
40
  const std::map<std::string, plugin::Plugin *> &plugin_map=
41
41
    registry.getPluginsMap();
42
42
 
43
43
  it= plugin_map.begin();