~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/processlist.h

  • Committer: Brian Aker
  • Date: 2010-10-20 20:26:18 UTC
  • mfrom: (1859.2.13 refactor)
  • Revision ID: brian@tangent.org-20101020202618-9222n39lm329urv5
Merge for Brian 

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
#include "drizzled/session.h"
22
 
#include "drizzled/session_list.h"
 
22
#include "drizzled/generator/session.h"
23
23
 
24
24
#ifndef PLUGIN_SESSION_DICTIONARY_PROCESSLIST_H
25
25
#define PLUGIN_SESSION_DICTIONARY_PROCESSLIST_H
33
33
  class Generator : public drizzled::plugin::TableFunction::Generator 
34
34
  {
35
35
    time_t now;
36
 
    drizzled::SessionList::iterator it;
 
36
    drizzled::generator::Session session_generator;
37
37
 
38
38
  public:
39
39
    Generator(drizzled::Field **arg);