~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/utilities/transaction_file_reader.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-19 09:09:12 UTC
  • mto: This revision was merged to the branch mainline in revision 2408.
  • Revision ID: olafvdspek@gmail.com-20110819090912-99xtr8q1zpo6p3gi
cppcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  /**
69
69
   * Get the error message from the last failed operation.
70
70
   */
71
 
  std::string getErrorString()
 
71
  const std::string& getErrorString() const
72
72
  {
73
73
    return error;
74
74
  }