~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/constants/schema.h

  • Committer: Brian Aker
  • Date: 2011-03-24 23:14:46 UTC
  • mfrom: (2246.4.12 foreach)
  • Revision ID: brian@tangent.org-20110324231446-7q1gydkglys73nft
Merge in XTF

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
namespace drizzled {
24
24
namespace identifier {
25
25
 
26
 
identifier::Schema::const_reference data_dictionary();
27
 
identifier::Schema::const_reference information_schema();
28
 
identifier::Schema::const_reference system_schema();
 
26
const identifier::Schema& data_dictionary();
 
27
const identifier::Schema& information_schema();
 
28
const identifier::Schema& system_schema();
29
29
 
30
30
} /* namespace identifier */
31
31
} /* namespace drizzled */