~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.cc

  • 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:
361
361
 
362
362
void Schema::doGetTableIdentifiers(drizzled::CachedDirectory&,
363
363
                                   const drizzled::SchemaIdentifier&,
364
 
                                   drizzled::TableIdentifiers&)
 
364
                                   drizzled::TableIdentifier::vector&)
365
365
{
366
366
}