~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/generator/table.h

  • Committer: Brian Aker
  • Date: 2010-12-02 01:39:53 UTC
  • mto: This revision was merged to the branch mainline in revision 1968.
  • Revision ID: brian@tangent.org-20101202013953-9ie7kafjag0e051q
Style cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
  Session &session;
33
33
  message::table::shared_ptr table;
34
34
 
35
 
  TableIdentifiers table_names;
36
 
  TableIdentifiers::const_iterator table_iterator;
 
35
  TableIdentifier::vector table_names;
 
36
  TableIdentifier::vector::const_iterator table_iterator;
37
37
 
38
38
public:
39
39