~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/authorization.h

  • Committer: Lee Bieber
  • Date: 2011-01-28 21:08:33 UTC
  • mfrom: (2119.4.3 try-visibility)
  • Revision ID: kalebral@gmail.com-20110128210833-nro17n81etdpcylm
Merge Monty - Enable -fvisibility=hidden

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <string>
30
30
#include <set>
31
31
 
 
32
#include "drizzled/visibility.h"
 
33
 
32
34
namespace drizzled
33
35
{
34
36
 
35
37
namespace plugin
36
38
{
37
39
 
38
 
class Authorization : public Plugin
 
40
class DRIZZLED_API Authorization : public Plugin
39
41
{
40
42
  Authorization();
41
43
  Authorization(const Authorization &);