~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/catalog.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:
65
65
 
66
66
  // Get Meta information
67
67
  static bool exist(const identifier::Catalog&);
68
 
  static void getIdentifiers(identifier::Catalog::vector &identifiers);
 
68
  static void getIdentifiers(identifier::catalog::vector &identifiers);
69
69
  static void getMessages(message::catalog::vector &messages);
70
70
  static message::catalog::shared_ptr getMessage(const identifier::Catalog&);
71
71