~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/authorization.h

  • Committer: Henrik Ingo
  • Date: 2011-09-23 06:14:37 UTC
  • mfrom: (2425 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2439.
  • Revision ID: henrik.ingo@avoinelama.fi-20110923061437-ct1wedkb9s47uy2t
Merge newest trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
class DRIZZLED_API Authorization : public Plugin
40
40
{
41
 
  Authorization();
42
 
  Authorization(const Authorization &);
43
 
  Authorization& operator=(const Authorization &);
44
41
public:
45
42
  explicit Authorization(std::string name_arg)
46
43
    : Plugin(name_arg, "Authorization")
47
44
  {}
48
 
  virtual ~Authorization() {}
49
45
 
50
46
  /**
51
47
   * Should we restrict the current user's access to this schema?