~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.h

  • Committer: Stewart Smith
  • Date: 2009-12-08 01:43:27 UTC
  • mto: (1240.3.7 build)
  • mto: This revision was merged to the branch mainline in revision 1241.
  • Revision ID: stewart@flamingspork.com-20091208014327-sbjp9fi6q8j07kqg
for NormalisedDatabaseName s/is_valid/isValid/ to conform to style guide.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
    return tmp;
80
80
  }
81
81
 
82
 
  bool is_valid() const;
 
82
  bool isValid() const;
83
83
};
84
84
 
85
85
class DatabasePathName