~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_identifier.h

  • Committer: Brian Aker
  • Date: 2010-07-01 23:03:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1647.
  • Revision ID: brian@gaz-20100701230322-kwfewmxproqgkiby
Updated to harmonize the identifier API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
 
295
295
std::size_t hash_value(TableIdentifier const& b);
296
296
 
297
 
typedef std::vector <TableIdentifier> TableIdentifierList;
298
297
typedef std::list <TableIdentifier> TableIdentifiers;
299
298
 
300
299
} /* namespace drizzled */