~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/schemas.h

  • Committer: Brian Aker
  • Date: 2010-07-02 00:48:31 UTC
  • mto: This revision was merged to the branch mainline in revision 1647.
  • Revision ID: brian@gaz-20100702004831-luifkqhv2237ecob
Moved generators out of trunk of server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  {
40
40
    drizzled::message::Schema schema;
41
41
 
42
 
    drizzled::SchemaGenerator schema_generator;
 
42
    drizzled::generator::Schema schema_generator;
43
43
 
44
44
    virtual void fill();
45
45