~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/catalog.h

mergeĀ lp:~stewart/drizzle/remove-datahome-catalog

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
  {
82
82
    return boost::iequals(left.getName(), right.getName());
83
83
  }
 
84
 
 
85
  void resetPath()
 
86
  {
 
87
    init();
 
88
  }
 
89
 
84
90
private:
85
91
  void init();
86
92