~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/catalog/local.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-23 23:34:24 UTC
  • mto: This revision was merged to the branch mainline in revision 2251.
  • Revision ID: olafvdspek@gmail.com-20110323233424-1fv5e1i53ey8ercc
Remove const_reference and reference from identifier::Catalog

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
namespace drizzled {
29
29
namespace catalog {
30
30
 
31
 
DRIZZLED_API identifier::Catalog::const_reference local_identifier();
 
31
DRIZZLED_API const identifier::Catalog& local_identifier();
32
32
DRIZZLED_API Instance::shared_ptr local();
33
33
 
34
34
} /* namespace catalog */