~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/authorization.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-24 00:16:14 UTC
  • mto: This revision was merged to the branch mainline in revision 2251.
  • Revision ID: olafvdspek@gmail.com-20110324001614-wvmgc6eg52oq2321
Remove const_reference and reference from Session

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
}
194
194
 
195
195
bool plugin::Authorization::isAuthorized(const drizzled::identifier::User& user_ctx,
196
 
                                         Session::const_reference session,
 
196
                                         const Session& session,
197
197
                                         bool send_error)
198
198
{
199
199
  /* If we never loaded any authorization plugins, just return true */