~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/processlist.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-10 11:16:26 UTC
  • mto: This revision was merged to the branch mainline in revision 2233.
  • Revision ID: olafvdspek@gmail.com-20110310111626-o2ztahzlr63244mm
Remove unnecessary statement.h include

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
  ProcesslistTool();
32
32
 
33
 
  class Generator : public drizzled::plugin::TableFunction::Generator 
 
33
  class Generator : public drizzled::plugin::TableFunction::Generator
34
34
  {
35
35
    drizzled::generator::Session session_generator;
36
36
 
37
37
  public:
38
38
    Generator(drizzled::Field **arg);
39
 
    ~Generator();
40
39
 
41
40
    bool populate();
42
41
  };