~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/client/concurrent.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-10 16:48:48 UTC
  • mto: This revision was merged to the branch mainline in revision 2396.
  • Revision ID: olafvdspek@gmail.com-20110810164848-3jlaz2c2xif0lxja
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
  virtual void store(const type::Time*) {}
102
102
  virtual void store(const char*) {}
103
103
  virtual void store(const char*, size_t) {}
104
 
  virtual void store(const std::string &) {}
 
104
  virtual void store(str_ref) {}
105
105
  virtual bool haveError(void) { return false; }
106
106
  virtual bool wasAborted(void) { return false; }
107
107