~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/modules.h

Fix interface (we no longer need Fields passed around).

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  public:
37
37
    Generator(Field **arg);
38
38
 
39
 
    bool populate(Field ** fields);
 
39
    bool populate();
40
40
  };
41
41
 
42
42