~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/catalog.h

  • Committer: Brian Aker
  • Date: 2010-12-30 08:27:31 UTC
  • mto: (2060.4.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101230082731-zzje8sgoz1xeefy9
Update for session to have a catalog object.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
public:
53
53
  typedef std::vector<Catalog> vector;
 
54
  typedef const Catalog& const_reference;
 
55
  typedef Catalog& reference;
54
56
 
55
57
  Catalog(const std::string &name_arg);
56
58