~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/authentication.h

  • Committer: Brian Aker
  • Date: 2010-12-19 06:20:54 UTC
  • mfrom: (2005.1.1 bug673105)
  • Revision ID: brian@tangent.org-20101219062054-1kt0l3dxs4z2z8md
Merge Dave.

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
 
 
33
31
namespace drizzled
34
32
{
35
33
 
40
38
namespace plugin
41
39
{
42
40
 
43
 
class DRIZZLED_API Authentication : public Plugin
 
41
class Authentication : public Plugin
44
42
{
45
43
  Authentication();
46
44
  Authentication(const Authentication &);