~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/tables.h

  • Committer: Brian Aker
  • Date: 2010-02-16 01:41:47 UTC
  • mfrom: (1273.13.66 build)
  • Revision ID: brian@gaz-20100216014147-d14la0yrezusgisn
Merge of Brian stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    Generator(drizzled::Field **arg);
50
50
 
51
51
    void pushRow(drizzled::message::Table::TableOptions::RowType type);
 
52
    void pushType(drizzled::message::Table::Field::FieldType type);
52
53
 
53
54
    const std::string &table_name()
54
55
    {
209
210
  }
210
211
};
211
212
 
212
 
#endif // PLUGIN_SCHEMA_DICTIONARY_TABLES_H
 
213
#endif /* PLUGIN_SCHEMA_DICTIONARY_TABLES_H */