~patrick-crews/drizzle/dbqp_bug710942

« back to all changes in this revision

Viewing changes to drizzled/plugin/authentication.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:
28
28
#include "drizzled/plugin/plugin.h"
29
29
#include "drizzled/identifier.h"
30
30
 
 
31
#include "drizzled/visibility.h"
 
32
 
31
33
namespace drizzled
32
34
{
33
35
 
38
40
namespace plugin
39
41
{
40
42
 
41
 
class Authentication : public Plugin
 
43
class DRIZZLED_API Authentication : public Plugin
42
44
{
43
45
  Authentication();
44
46
  Authentication(const Authentication &);