~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/plugin/plugin_stubs.h

  • Committer: Mark Atwood
  • Date: 2011-06-14 06:10:57 UTC
  • mfrom: (2318.2.19 rf)
  • Revision ID: me@mark.atwood.name-20110614061057-u08az4cidd4l7blm
mergeĀ lp:~olafvdspek/drizzle/refactor4

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
  }
195
195
 
196
196
  /* Try to remove these. */
197
 
  virtual bool haveMoreData(void) { return false; };
198
197
  virtual bool haveError(void) { return false; };
199
198
  virtual bool wasAborted(void) { return false;};
200
199
};