~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/authentication.h

Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
  static bool addPlugin(plugin::Authentication *auth);
58
58
  static void removePlugin(plugin::Authentication *auth);
59
 
  static bool isAuthenticated(drizzled::identifier::User::const_shared_ptr sctx,
 
59
  static bool isAuthenticated(drizzled::identifier::User::const_reference sctx,
60
60
                              const std::string &password);
61
61
};
62
62