~drizzle-developers/drizzle/elliott-release

« back to all changes in this revision

Viewing changes to plugin/registry_dictionary/modules.h

  • Committer: Patrick Crews
  • Date: 2011-02-01 20:33:06 UTC
  • mfrom: (1845.2.288 drizzle)
  • Revision ID: gleebix@gmail.com-20110201203306-mwq2rk0it81tlwxh
Merged Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
  class Generator : public drizzled::plugin::TableFunction::Generator 
31
31
  {
32
 
    std::vector<drizzled::module::Module *> modules;
33
 
    std::vector<drizzled::module::Module *>::iterator it;
 
32
    drizzled::module::Registry::ModuleList modules;
 
33
    drizzled::module::Registry::ModuleList::iterator it;
34
34
 
35
35
  public:
36
36
    Generator(drizzled::Field **arg);