~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/catalog/engine.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 17:36:12 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328173612-j64frssmkmalveii
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    return drizzled::catalog::local_identifier() == identifier;
38
38
  }
39
39
 
40
 
  void getIdentifiers(drizzled::identifier::Catalog::vector &identifiers)
 
40
  void getIdentifiers(drizzled::identifier::catalog::vector &identifiers)
41
41
  {
42
42
    identifiers.push_back(drizzled::catalog::local_identifier());
43
43
  }