~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/table.h

  • 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:
288
288
std::size_t hash_value(TableIdentifier const& b);
289
289
std::size_t hash_value(TableIdentifier::Key const& b);
290
290
 
291
 
typedef std::vector <TableIdentifier> TableIdentifiers;
292
 
 
293
291
} /* namespace drizzled */
294
292
 
295
293
#endif /* DRIZZLED_IDENTIFIER_TABLE_H */