~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/catalog.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:
41
41
 
42
42
  bool execute();
43
43
 
44
 
  identifier::Catalog::const_reference identifier() const
 
44
  const identifier::Catalog& identifier() const
45
45
  {
46
46
    return _identifier;
47
47
  }