~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/plugin/plugin_stubs.h

  • Committer: Monty Taylor
  • Date: 2010-12-26 03:15:44 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101226031544-1cf3raipu53fnmyj
Through page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
    (void)buffer;
176
176
    return store_ret_val;
177
177
  };
178
 
  virtual bool store(const drizzled::type::Time *from)
 
178
  virtual bool store(const drizzled::DRIZZLE_TIME *from)
179
179
  {
180
180
    return Client::store(from);
181
181
  }