~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/plugin/plugin_stubs.h

  • Committer: Lee Bieber
  • Date: 2010-12-10 21:36:15 UTC
  • mfrom: (1992.1.3 build)
  • Revision ID: kalebral@gmail.com-20101210213615-qt9c09pg7epgdomq
Merge Evan - Add some extra details to the libdrizzle documentation
Merge Shrews - Fix compiler warning about "comparison between signed and unsigned integer expressions
Merge Monty - We were leaving link-warning.h out of the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
    authenticate_return = value;
232
232
  }
233
233
 
234
 
  virtual bool authenticate(const drizzled::identifier::User &sctx, const std::string &passwd)
 
234
  virtual bool authenticate(const drizzled::SecurityContext &sctx, const std::string &passwd)
235
235
  {
236
236
    (void)sctx;
237
237
    (void)passwd;